Back to Devexpress

GridColumnCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumncollection-d4aabe01.md

latest1.4 KB
Original Source

GridColumnCollection.View Property

Gets the View that owns the collection.

Namespace : DevExpress.XtraGrid.Columns

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 ColumnView descendant representing the View that owns the column collection.

|

See Also

View

GridColumnCollection Class

GridColumnCollection Members

DevExpress.XtraGrid.Columns Namespace