CustomColumnDisplayTextEventArgs Members
Provides data for the ColumnView.CustomColumnDisplayText event.Constructors
Name | Description |
---|---|
CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object, Boolean) | Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings. |
CustomColumnDisplayTextEventArgs(Int32, GridColumn, Object) | Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings. |
Fields
Name | Description |
---|---|
Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
Properties
Name | Description |
---|---|
Column | Gets the column that contains the cell currently being processed. |
DisplayText | Gets or sets the display text for the cell currently being processed. |
GroupRowHandle | Gets the handle of the currently processed group row. Returns the GridControl.InvalidRowHandle value if the CustomColumnDisplayText event is not called for a group row. |
IsForFilter |
Gets a value that specifies whether the CustomColumnDisplayText event is raised for the Filter Panel.
|
IsForGroupRow | Returns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row. |
ListSourceRowIndex | Gets the index in the data source of the row which contains the cell currently being processed. |
Value | Gets the edit value of the cell currently being processed. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also