Skip to main content

DataViewBase.ActualColumnChooserTemplate Property

Gets the actual template that defines the Column Chooser's presentation. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ControlTemplate ActualColumnChooserTemplate { get; protected set; }

#Property Value

Type Description
ControlTemplate

A ControlTemplate object that defines the column chooser's presentation.

#Remarks

Use the DataViewBase.ColumnChooserTemplate property to specify the presentation of the Column Chooser.

In Banded View the TableView.ColumnBandChooserTemplate property defines the presentation of the column chooser. To obtain the column chooser template currently used by the View, use the ActualColumnChooserTemplate property.

See Also