Skip to main content

GridFormatRule(FormatConditionRuleBase) Constructor

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.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