Back to Devexpress

VGridFormatRuleCollection Class

windowsforms-devexpress-dot-xtraverticalgrid-dot-styleformatconditions-b2ce8c06.md

latest2.0 KB
Original Source

VGridFormatRuleCollection Class

A collection of VGridFormatRule objects.

Namespace : DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public class VGridFormatRuleCollection :
    FormatRuleCollection<VGridFormatRule, RowProperties>
vb
Public Class VGridFormatRuleCollection
    Inherits FormatRuleCollection(Of VGridFormatRule, RowProperties)

The following members return VGridFormatRuleCollection objects:

Inheritance

Object DXCollectionBase<VGridFormatRule> FormatRuleCollection<VGridFormatRule, RowProperties> VGridFormatRuleCollection

See Also

VGridFormatRuleCollection Members

DevExpress.XtraVerticalGrid.StyleFormatConditions Namespace