Back to Devexpress

CustomRowAppearanceEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-84b59c00.md

latest2.0 KB
Original Source

CustomRowAppearanceEventArgs Class

Provides data for the TableView.CustomRowAppearance and TreeListView.CustomRowAppearance events.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class CustomRowAppearanceEventArgs :
    CustomAppearanceEventArgs
vb
Public Class CustomRowAppearanceEventArgs
    Inherits CustomAppearanceEventArgs

CustomRowAppearanceEventArgs is the data class for the following events:

Remarks

The CustomRowAppearanceEventArgs class introduces the following properties.

Inheritance

Object EventArgs CustomAppearanceEventArgs CustomRowAppearanceEventArgs CustomCellAppearanceEventArgs

See Also

CustomRowAppearanceEventArgs Members

DevExpress.Xpf.Grid Namespace