Skip to main content

VGridHitInfo() Constructor

Creates a new VGridHitInfo object with the default settings.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public VGridHitInfo()

Remarks

This constructor is used to create and initialize a new instance of the VGridHitInfo class. The default constructor initializes all fields to their default values.

Since an object of the VGridHitInfo type is created automatically by a call to the VGridControlBase.CalcHitInfo method, you don’t need to use this constructor directly in your application.

See Also