Back to Devexpress

ASPxVerticalGrid.FormatConditions Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-6ec1ddb0.md

latest2.0 KB
Original Source

ASPxVerticalGrid.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 VerticalGridFormatConditionCollection FormatConditions { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property FormatConditions As VerticalGridFormatConditionCollection

Property Value

TypeDefaultDescription
VerticalGridFormatConditionCollectionnull

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

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace