aspnet-devexpress-dot-web-5fa36424.md
Serves as a base class for the CardViewFormatConditionCollection and GridViewFormatConditionCollection classes.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class GridFormatConditionCollection :
Collection<GridFormatConditionBase>
Public MustInherit Class GridFormatConditionCollection
Inherits Collection(Of GridFormatConditionBase)
DevExpress.Utils.IAssignableCollection
IList<GridFormatConditionBase>
ICollection<GridFormatConditionBase>
IEnumerable<GridFormatConditionBase>
Show 14 items
Object StateManagedCollectionBase Collection Collection<GridFormatConditionBase> GridFormatConditionCollection CardViewFormatConditionCollection
GridViewFormatConditionCollection
VerticalGridFormatConditionCollection
MVCxGridViewFormatConditionCollection<RowType>
MVCxGridViewFormatConditionCollection
MVCxCardViewFormatConditionCollection<CardType>
MVCxVerticalGridFormatConditionCollection<ColumnType>
MVCxVerticalGridFormatConditionCollection
MVCxCardViewFormatConditionCollection
See Also