Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

public class OptionsLayoutBase :
    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

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.

See Also