Back to Devexpress

GridFormatRuleCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-gridformatrulecollection.md

latest1.3 KB
Original Source

GridFormatRuleCollection.View Property

Gets the View that owns the current collection of formatting rules.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public ColumnView View { get; }
vb
<Browsable(False)>
Public ReadOnly Property View As ColumnView

Property Value

TypeDescription
ColumnView

A View that owns the collection of formatting rules.

|

Remarks

This property value is initialized in the constructor.

See Also

GridFormatRuleCollection Class

GridFormatRuleCollection Members

DevExpress.XtraGrid Namespace