Back to Devexpress

CustomCellAppearanceEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-a10f61f7.md

latest1.9 KB
Original Source

CustomCellAppearanceEventArgs Class

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

CustomCellAppearanceEventArgs is the data class for the following events:

Remarks

See the Formatting Focused Cells and Rows topic to learn more.

Inheritance

Object EventArgs CustomAppearanceEventArgs CustomRowAppearanceEventArgs CustomCellAppearanceEventArgs

See Also

CustomCellAppearanceEventArgs Members

DevExpress.Xpf.Grid Namespace