Back to Devexpress

ASPxGridView.FormatConditions Property

aspnet-devexpress-dot-web-dot-aspxgridview-d9bde90c.md

latest2.1 KB
Original Source

ASPxGridView.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public GridViewFormatConditionCollection FormatConditions { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property FormatConditions As GridViewFormatConditionCollection

Property Value

TypeDefaultDescription
GridViewFormatConditionCollectionnull

An GridViewFormatConditionCollection object that is a collection of rules.

|

Remarks

The FormatConditions property provides access to a collection of rules, which can be represented by the following classes.

Limitation

Online Demo

Conditional Formatting

See Also

Conditional Formatting

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace