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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

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