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

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

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