Back to Devexpress

VerticalGridSettings.FormatConditions Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-f6d4af0d.md

latest1.9 KB
Original Source

VerticalGridSettings.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
MVCxVerticalGridFormatConditionCollection

An MVCxVerticalGridFormatConditionCollection 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

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace