CustomRowAppearanceEventArgs Class
In This Article
Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class CustomRowAppearanceEventArgs :
CustomAppearanceEventArgs
#Remarks
The CustomRowAppearanceEventArgs class introduces the following properties.
CustomRowAppearanceEventArgs.RowHandle
Specifies the row that has raised the event.
CustomRowAppearanceEventArgs.RowSelectionState
Specifies whether the processed row is selected.
#Inheritance
Object
EventArgs
CustomAppearanceEventArgs
CustomRowAppearanceEventArgs
See Also