Skip to main content
A newer version of this page is available. .

VGridHitInfo() Constructor

Creates a new VGridHitInfo object with the default settings.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

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