Back to Devexpress

OptionsLayoutBase Class

corelibraries-devexpress-dot-utils-ebfccc00.md

latest2.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class OptionsLayoutBase :
    BaseOptions
vb
Public Class OptionsLayoutBase
    Inherits BaseOptions

The following members return OptionsLayoutBase objects:

LibraryRelated API Members
Cross-Platform Class LibraryOptionsLayoutBase.FullLayout
PropertyAllowEventArgs.OptionsLayout
WinForms ControlsBaseView.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

Show 13 items

Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid

PivotGridOptionsLayout

PivotGridWebOptionsLayout

OptionsLayoutTreeList

VGridOptionsLayout

BarManagerOptionsLayout

WinExplorerViewOptionsLayout

TileViewOptionsLayout

DXOptionsLayout

See Also

OptionsLayoutBase Members

DevExpress.Utils Namespace