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

LayoutViewHitInfo.Clear() Method

Sets the LayoutViewHitInfo class’ properties to their default values.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override void Clear()

Remarks

The Clear method overrides the base BaseHitInfo.Clear method to reset options that are specific to the LayoutViewHitInfo class. Typically there is no need to call this method directly from your code.

See Also