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

GridFormatRule.IsFit() Method

Returns whether the format rule evaluates to “true” for a certain cell.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool IsFit()

Returns

Type Description
Boolean

true, if the current rule is true; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also