aspnet-devexpress-dot-web-dot-aspxgridview-d9bde90c.md
Provides access to a collection of format condition rules.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(null)]
public GridViewFormatConditionCollection FormatConditions { get; }
<DefaultValue(Nothing)>
Public ReadOnly Property FormatConditions As GridViewFormatConditionCollection
| Type | Default | Description |
|---|---|---|
| GridViewFormatConditionCollection | null |
An GridViewFormatConditionCollection object that is a collection of rules.
|
The FormatConditions property provides access to a collection of rules, which can be represented by the following classes.
true.See Also