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

VGridOptionsLayout Class

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public class VGridOptionsLayout :
    OptionsLayoutGrid

The following members return VGridOptionsLayout objects:

Remarks

The options this class provides are accessible with the VGridControlBase.OptionsLayout property.

See Also