Skip to main content
All docs
V23.2

VGridFormatRule.IsFit(BaseRow, Int32) Method

Returns whether the current format rule evaluates to “true” for the specified cell.

Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public bool IsFit(
    BaseRow row,
    int recordIndex
)

Parameters

Name Type Description
row BaseRow

The row to which the cell belongs.

recordIndex Int32

The index of the record to which the cell belongs.

Returns

Type Description
Boolean

true if the current rule is true for the specified cell; otherwise, false.

See Also