Skip to main content

IBaseDocumentSelectorProperties.CanUseAlphabeticalComparer Property

Returns whether or not the Document Selector can sort its items alphabetically. To do so, set the IBaseDocumentSelectorProperties.ItemSortMode property to Alphabetical.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CanUseAlphabeticalComparer { get; }

Property Value

Type Description
Boolean

true if the Document Selector can sort its items alphabetically; otherwise, false.

Remarks

See the IBaseDocumentSelectorProperties class description to learn more about the default item sort order.

See Also