BaseGridHeader Class
In This Article
The base class for grid column headers.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public abstract class BaseGridHeader :
GridColumnHeaderBase,
IColumnPropertyOwner,
ISupportDragDropColumnHeader,
ISupportDragDrop,
ISupportDragDropPlatformIndependent
#Remarks
Tip
Topic: Column Header Customization
#Inheritance
See Also