Skip to main content
All docs
V26.1
  • GridFormatRule(FormatConditionRuleBase) Constructor

    Initializes a new instance of a GridFormatRule class with the specified style format rule.

    Namespace: DevExpress.XtraGrid

    Assembly: DevExpress.XtraGrid.v26.1.dll

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

    Declaration

    public GridFormatRule(
        FormatConditionRuleBase rule
    )

    Parameters

    Name Type Description
    rule FormatConditionRuleBase

    A style format rule.

    See Also