Back to Devexpress

OptionsLayoutGrid Class

corelibraries-devexpress-dot-utils-c315426f.md

latest2.6 KB
Original Source

OptionsLayoutGrid Class

Contains options that specify how a 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 OptionsLayoutGrid :
    OptionsLayoutBase
vb
Public Class OptionsLayoutGrid
    Inherits OptionsLayoutBase

The following members return OptionsLayoutGrid objects:

Remarks

Various controls provide options that control how the control’s layout is stored to and restored from storage (a stream, xml file or system registry).

For instance, the XtraGrid control provides the ColumnView.OptionsLayout property of the OptionsLayoutGrid class. It specifies which of a grid’s view options should be persisted. In addition, it determines what to do with the columns that exist in the layout being restored but don’t exist in the current control’s layout, and with the columns that exist in the current control’s layout but don’t exist in the layout being restored.

Inheritance

Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid PivotGridOptionsLayout

PivotGridWebOptionsLayout

VGridOptionsLayout

WinExplorerViewOptionsLayout

TileViewOptionsLayout

See Also

OptionsLayoutGrid Members

ColumnView.OptionsLayout

PivotGridControl.OptionsLayout

DevExpress.Utils Namespace