Skip to main content
All docs
V23.2

GridFormatRule.IsFit(GridColumn, Int32) Method

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public bool IsFit(
    GridColumn column,
    int rowHandle
)

Parameters

Name Type Description
column GridColumn

The column to which the cell belongs.

rowHandle Int32

The handle of the row to which the cell belongs.

Returns

Type Description
Boolean

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

See Also