BaseOptions Class
In This Article
Serves as a base for classes representing options.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Data.v24.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 453 items
Object
ViewStatePersisterCore
BaseOptions
See Also