Skip to main content

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

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

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