Back to Devexpress

RowStyleEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowstyleeventargs-dot-underscore-properties.md

latest1.9 KB
Original Source

RowStyleEventArgs Properties

Provides data for the GridView.RowStyle event.

NameDescription
AppearanceGets the appearance settings used to paint the cells within the row currently being processed.
HighPriorityGets or sets whether the appearance settings provided by the GridView.RowStyle event have a higher priority than the appearances specified by the GridViewAppearances.EvenRow and GridViewAppearances.OddRow properties.
RowHandleGets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs.
StateGets the current state of the processed row.

See Also

RowStyleEventArgs Class

RowStyleEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace