Back to Devexpress

VerticalGridFormatConditionCollection Class

aspnet-devexpress-dot-web-fc1a47b5.md

latest3.5 KB
Original Source

VerticalGridFormatConditionCollection Class

A collection of format conditions in the ASPxVerticalGrid control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridFormatConditionCollection :
    GridFormatConditionCollection
vb
Public Class VerticalGridFormatConditionCollection
    Inherits GridFormatConditionCollection

The following members return VerticalGridFormatConditionCollection objects:

Remarks

The ASPxVerticalGrid control stores format conditions in the ASPxVerticalGrid.FormatConditions collection. This collection is represented by the VerticalGridFormatConditionCollection class. Members of this class can be used to add, delete, access individual conditions and perform other common collection management tasks.

Online Demo

Conditional Formatting

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<GridFormatConditionBase>

ICollection<GridFormatConditionBase>

IEnumerable<GridFormatConditionBase>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<GridFormatConditionBase> GridFormatConditionCollection VerticalGridFormatConditionCollection MVCxVerticalGridFormatConditionCollection<ColumnType>

MVCxVerticalGridFormatConditionCollection

See Also

VerticalGridFormatConditionCollection Members

Conditional Formatting

Conditional FormattingOnline demo:

DevExpress.Web Namespace