VGridHitInfo() Constructor
In This Article
Creates a new VGridHitInfo object with the default settings.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#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