Skip to main content
Tag

ColumnBase.ActualHeaderCustomizationAreaTemplateSelector Property

Gets the actual template selector that chooses a template which defines the presentation of the customization area displayed within the column's header based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public DataTemplateSelector ActualHeaderCustomizationAreaTemplateSelector { get; }

#Property Value

Type Description
DataTemplateSelector

A DataTemplateSelector descendant that chooses a template based on custom logic.

#Remarks

To learn more, see Choosing Templates Based on Custom Logic.

See Also