Gets or sets the template that defines the presentation of the Selector Column header. This is a dependency property.
public DataTemplate CheckBoxSelectorColumnHeaderTemplate { get; set; }
Public Property CheckBoxSelectorColumnHeaderTemplate As DataTemplate
The templates supplied by the DXGrid, allow you to completely replace the look and feel of Visual Elements while maintaining their existing behavior.
To learn more, see Appearance Customization.