aspnet-devexpress-dot-web-ab0b3eb7.md
A collection of format conditions in the ASPxGridView control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewFormatConditionCollection :
GridFormatConditionCollection
Public Class GridViewFormatConditionCollection
Inherits GridFormatConditionCollection
The following members return GridViewFormatConditionCollection objects:
The ASPxGridView control stores format conditions in the ASPxGridView.FormatConditions collection. This collection is represented by the GridViewFormatConditionCollection 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 GridViewFormatConditionCollection MVCxGridViewFormatConditionCollection<RowType>
MVCxGridViewFormatConditionCollection
See Also
GridViewFormatConditionCollection Members