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

ColumnChooserControl.DragText Property

Gets or sets the text displayed within the Column Band Chooser when it’s empty.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public string DragText { get; set; }

Property Value

Type Description
String

A String value that specifies the text displayed by the empty column chooser. Default value: Drag a column here to customize the layout

See Also