Skip to main content

TreeListView.ColumnBandChooserTemplate Property

Gets or sets the template that defines the presentation of the column/band chooser. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ControlTemplate ColumnBandChooserTemplate { get; set; }

#Property Value

Type Description
ControlTemplate

A ControlTemplate object that represents the template that displays the column/band chooser.

#Remarks

To learn more, see Styles and Templates.

#Implements

DevExpress.Xpf.Grid.ITableView.ColumnBandChooserTemplate
See Also