Back to Devexpress

GridViewFormatConditionCollection Class

aspnet-devexpress-dot-web-ab0b3eb7.md

latest3.4 KB
Original Source

GridViewFormatConditionCollection Class

A collection of format conditions in the ASPxGridView control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewFormatConditionCollection objects:

Remarks

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.

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 GridViewFormatConditionCollection MVCxGridViewFormatConditionCollection<RowType>

MVCxGridViewFormatConditionCollection

See Also

GridViewFormatConditionCollection Members

Conditional Formatting

Conditional FormattingOnline demo:

DevExpress.Web Namespace