Skip to main content

DataViewBase.ColumnChooserColumnsSortOrderComparer Property

Gets or sets the object that compares columns of the Grid to define their sorting within the legacy Column Chooser. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public IComparer<ColumnBase> ColumnChooserColumnsSortOrderComparer { get; set; }

Property Value

Type Description
IComparer<ColumnBase>

An object supporting the IComparer interface.

See Also