CustomCellAppearanceEventArgs Class
In This Article
Provides data for the TableView.CustomCellAppearance and TreeListView.CustomCellAppearance events.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class CustomCellAppearanceEventArgs :
CustomRowAppearanceEventArgs
#Remarks
See the Formatting Focused Cells and Rows topic to learn more.
#Inheritance
Object
EventArgs
CustomAppearanceEventArgs
CustomRowAppearanceEventArgs
CustomCellAppearanceEventArgs
See Also