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

IBaseDocumentSelectorProperties.CanUseCustomComparer Property

Returns whether or not the Document Selector can use a custom comparer to sort items.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool CanUseCustomComparer { get; }

Property Value

Type Description
Boolean

true, if the Document Selector can use a custom comparer to sort items; otherwise, false.

Remarks

See the IBaseDocumentSelectorProperties.ItemSortMode and BaseView.DocumentSelectorCustomSortItems members for examples.

See Also