corelibraries-devexpress-dot-utils-ebfccc00.md
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.v25.2.dll
NuGet Package : DevExpress.Data
public class OptionsLayoutBase :
BaseOptions
Public Class OptionsLayoutBase
Inherits BaseOptions
The following members return OptionsLayoutBase objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | OptionsLayoutBase.FullLayout |
| PropertyAllowEventArgs.OptionsLayout | |
| WinForms Controls | BaseView.OptionsLayout |
| SchedulerControl.OptionsLayout |
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.
Show 13 items
Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid
See Also