Back to Devexpress

GridViewSettings.FormatConditions Property

aspnet-devexpress-dot-web-dot-mvc-dot-gridviewsettings-e3e14109.md

latest1.9 KB
Original Source

GridViewSettings.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxGridViewFormatConditionCollection FormatConditions { get; }
vb
Public ReadOnly Property FormatConditions As MVCxGridViewFormatConditionCollection

Property Value

TypeDescription
MVCxGridViewFormatConditionCollection

An MVCxGridViewFormatConditionCollection 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.

Online Demo

Conditional Formatting

See Also

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace