A newer version of this page is available.
Switch to the current version.
BaseOptions Class
Serves as a base for classes representing options.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Data.v18.2.dll
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BaseOptions :
ViewStatePersisterCore,
INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class BaseOptions
Inherits ViewStatePersisterCore
Implements 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
See Also
Feedback