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

DataViewBase.ColumnChooserColumnsSortOrderComparer Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

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

Property Value

Type Description
IComparer<ColumnBase>

An object supporting the IComparer interface.

See Also