BaseOptions Class
Serves as a base for classes representing options.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
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
Object
ViewStatePersisterCore
BaseOptions
See Also