SimpleContextItemCollectionOptions Class
The base class for simple context items’ options.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Related API Members
The following members return SimpleContextItemCollectionOptions objects:
Remarks
The image below shows an AccordionControl with an AccordionRatingContextButton, a SimpleRatingContextButton descendant.
Simple context items are ContextItem descendants.
Controls that use simple context items do not support panels and panel properties, for example, FarPanelPadding or CenterPanelPadding.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
ContextItemCollectionOptions
SimpleContextItemCollectionOptions
See Also