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