Skip to main content
A newer version of this page is available. .

ColumnView.OptionsLayout Property

Provides options which control how the current View’s layout is stored to/restored from a data store (a stream, xml file or system registry).

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Options")]
public OptionsLayoutGrid OptionsLayout { get; }

Property Value

Type Description
OptionsLayoutGrid

A OptionsLayoutGrid descendant which provides options for controlling how the layout is stored and restored.

Remarks

The OptionsLayout object provides a number of options that control how the current View’s layout is stored to and restored from a data store (a stream, xml file or system registry).

The LayoutView doesn’t support restoring a field if there is no corresponding bound column. The OptionsColumnLayout.RemoveOldColumns option must be set to true.

Note

All objects (columns, bands, etc) in the layout are identified by their names.

See the Layout Options (XtraGrid, XtraPivotGrid) topic, for information on the options.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the OptionsLayout property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also