Skip to main content

ColumnChooserControl.DragText Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string DragText { get; set; }

Property Value

Type Description
String

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

See Also