Class GroupGridCreateInplaceEditorEventArgs
Provides data for creating a custom group grid in-place editor.
public class GroupGridCreateInplaceEditorEventArgs : EventArgs
- Inheritance
-
GroupGridCreateInplaceEditorEventArgs
- Inherited Members
- Extension Methods
Constructors
GroupGridCreateInplaceEditorEventArgs(GroupGridColumn)
Initializes a new instance of the GroupGridCreateInplaceEditorEventArgs class.
public GroupGridCreateInplaceEditorEventArgs(GroupGridColumn Column)
Parameters
ColumnGroupGridColumnThe column being edited.
Properties
Column
Gets the column being edited.
public GroupGridColumn Column { get; }
Property Value
Editor
Gets or sets the custom editor.
public GroupGridInplaceEditorBase Editor { get; set; }
Property Value
FieldName
Gets the field name.
public string FieldName { get; }
Property Value
Handled
Gets or sets a value indicating whether the event supplied an editor.
public bool Handled { get; set; }
Property Value
ValueType
Gets the value type.
public Type ValueType { get; }