corelibraries-devexpress-dot-utils-c315426f.md
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
public class OptionsLayoutGrid :
OptionsLayoutBase
Public Class OptionsLayoutGrid
Inherits OptionsLayoutBase
The following members return OptionsLayoutGrid objects:
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.
Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid PivotGridOptionsLayout
See Also