A newer version of this page is available.
Switch to the current version.
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.1.Core.dll
Declaration
public ControlTemplate ActualColumnChooserTemplate { get; protected set; }
Public Property ActualColumnChooserTemplate As ControlTemplate
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
Feedback