aspnet-devexpress-dot-web-fc1a47b5.md
A collection of format conditions in the ASPxVerticalGrid control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class VerticalGridFormatConditionCollection :
GridFormatConditionCollection
Public Class VerticalGridFormatConditionCollection
Inherits GridFormatConditionCollection
The following members return VerticalGridFormatConditionCollection objects:
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.
DevExpress.Utils.IAssignableCollection
IList<GridFormatConditionBase>
ICollection<GridFormatConditionBase>
IEnumerable<GridFormatConditionBase>
Object StateManagedCollectionBase Collection Collection<GridFormatConditionBase> GridFormatConditionCollection VerticalGridFormatConditionCollection MVCxVerticalGridFormatConditionCollection<ColumnType>
MVCxVerticalGridFormatConditionCollection
See Also
VerticalGridFormatConditionCollection Members