Back to Devexpress

SimpleContextItemCollectionOptions Class

windowsforms-devexpress-dot-utils-dc52d66b.md

latest2.9 KB
Original Source

SimpleContextItemCollectionOptions Class

The base class for simple context items’ options.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public class SimpleContextItemCollectionOptions :
    ContextItemCollectionOptions
vb
Public Class SimpleContextItemCollectionOptions
    Inherits ContextItemCollectionOptions

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.

Inheritance

Object ViewStatePersisterCore BaseOptions ContextItemCollectionOptions SimpleContextItemCollectionOptions AccordionContextItemCollectionOptions

See Also

SimpleContextItemCollectionOptions Members

DevExpress.Utils Namespace