Skip to main content

BaseOptions Class

Serves as a base for classes representing options.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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 452 items
Object
ViewStatePersisterCore
BaseOptions
See Also