VGridOptionsLayout Class
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public class VGridOptionsLayout :
OptionsLayoutGrid
#Related API Members
The following members return VGridOptionsLayout objects:
#Remarks
The options this class provides are accessible with the VGridControlBase.OptionsLayout property.
#Inheritance
See Also