Skip to main content
A newer version of this page is available. .

BaseOptions Class

Serves as a base for classes representing options.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v19.2.dll

Declaration

public class BaseOptions :
    ViewStatePersisterCore,
    INotifyPropertyChanged

Remarks

This class introduces basic properties, methods and events appropriate to all objects representing options. To create your own custom options, you must inherit your class from the BaseOptions class (or any derived class).

Inheritance

Show 397 items
Object
ViewStatePersisterCore
BaseOptions
See Also