Skip to main content

VGridOptionsBehavior() Constructor

Initializes a new instance of the VGridOptionsBehavior class.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridOptionsBehavior()

Remarks

This constructor is automatically called when a vertical grid initializes its VGridControlBase.OptionsBehavior property.

See Also