windowsforms-devexpress-dot-utils-dc52d66b.md
The base class for simple context items’ options.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class SimpleContextItemCollectionOptions :
ContextItemCollectionOptions
Public Class SimpleContextItemCollectionOptions
Inherits ContextItemCollectionOptions
The following members return SimpleContextItemCollectionOptions objects:
The image below shows an AccordionControl with an AccordionRatingContextButton , a SimpleRatingContextButton descendant.
Simple context items are ContextItem descendants.
Object ViewStatePersisterCore BaseOptions ContextItemCollectionOptions SimpleContextItemCollectionOptions AccordionContextItemCollectionOptions
See Also