Skip to main content
A newer version of this page is available. .

DataViewBase.ActualColumnChooserTemplate Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public ControlTemplate ActualColumnChooserTemplate { get; protected set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that defines the Column Band Chooser‘s presentation.

Remarks

Use the DataViewBase.ColumnChooserTemplate property to specify the presentation of the Column Band 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