VGridFormatRuleCollection Class
In This Article
A collection of VGridFormatRule objects.
Namespace: DevExpress.XtraVerticalGrid.StyleFormatConditions
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public class VGridFormatRuleCollection :
FormatRuleCollection<VGridFormatRule, RowProperties>
#Related API Members
The following members return VGridFormatRuleCollection objects:
#Inheritance
See Also