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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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