Back to Devexpress

CustomColumnDisplayTextEventArgs Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumndisplaytexteventargs-dot-underscore-members.md

latest5.2 KB
Original Source

CustomColumnDisplayTextEventArgs Members

Provides data for the ColumnView.CustomColumnDisplayText event.

Constructors

NameDescription
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

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ColumnGets the column that contains the cell currently being processed.
DisplayTextGets or sets the display text for the cell currently being processed.
GroupRowHandleGets the handle of the currently processed group row. Returns the GridControl.InvalidRowHandle value if the CustomColumnDisplayText event is not called for a group row.
IsForFilterGets a value that specifies whether the CustomColumnDisplayText event is raised for the Filter Panel.
IsForGroupRowReturns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row.
ListSourceRowIndexGets the index in the data source of the row that contains the cell currently being processed.
ValueGets the edit value of the cell currently being processed.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

CustomColumnDisplayTextEventArgs Class

DevExpress.XtraGrid.Views.Base Namespace