OptionsLayoutBase Class
In This Article
Represents the base class for classes which contain the options that are responsible for how the control’s layout is stored to and restored from storage (a stream, xml file or system registry).
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class OptionsLayoutBase :
BaseOptions
#Related API Members
The following members return OptionsLayoutBase objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Options |
Property |
|
Win |
Base |
Scheduler |
#Remarks
Specific controls provide options that determine how the control’s layout is stored to and restored from storage (a stream, xml file or system registry). OptionsLayoutBase is the base class for the classes that encapsulate such options.
#Inheritance
See Also