A newer version of this page is available.
Switch to the current version.
VerticalGridFormatConditionCollection Class
A collection of format conditions in the ASPxVerticalGrid control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class VerticalGridFormatConditionCollection :
GridFormatConditionCollection
Public Class VerticalGridFormatConditionCollection
Inherits GridFormatConditionCollection
Related API Members
The following members accept/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
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
Object
StateManagedCollectionBase
Collection
Collection<GridFormatConditionBase>
GridFormatConditionCollection
VerticalGridFormatConditionCollection
See Also
Feedback