Back to Devexpress

VGridFormatRule.VGrid Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-styleformatconditions-dot-vgridformatrule-3670c6af.md

latest1.4 KB
Original Source

VGridFormatRule.VGrid Property

Gets the Vertical Grid control that owns this rule.

Namespace : DevExpress.XtraVerticalGrid.StyleFormatConditions

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual VGridControl VGrid { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property VGrid As VGridControl

Property Value

TypeDescription
VGridControl

The Vertical Grid control that owns this rule.

|

See Also

VGridFormatRule Class

VGridFormatRule Members

DevExpress.XtraVerticalGrid.StyleFormatConditions Namespace