Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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