Back to Devexpress

VGridOptionsLayout Class

windowsforms-devexpress-dot-xtraverticalgrid-fad06830.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public class VGridOptionsLayout :
    OptionsLayoutGrid
vb
Public Class VGridOptionsLayout
    Inherits OptionsLayoutGrid

The following members return VGridOptionsLayout objects:

Remarks

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

Inheritance

Object ViewStatePersisterCore BaseOptions OptionsLayoutBase OptionsLayoutGrid VGridOptionsLayout

See Also

VGridOptionsLayout Members

OptionsLayout

DevExpress.XtraVerticalGrid Namespace