A newer version of this page is available.
Switch to the current version.
OptionsLayoutBase Class
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.v19.2.dll
Declaration
public class OptionsLayoutBase :
BaseOptions
Public Class OptionsLayoutBase
Inherits BaseOptions
Related API Members
The following members accept/return OptionsLayoutBase objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | OptionsLayoutBase.FullLayout |
WinForms Controls | BaseView.OptionsLayout |
SchedulerControl.OptionsLayout |
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
Object
ViewStatePersisterCore
BaseOptions
OptionsLayoutBase
See Also
Feedback