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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class OptionsLayoutGrid :
OptionsLayoutBase
#Related API Members
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.