BaseColumn.View Property
In This Article
Gets the view that owns the column. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public DataViewBase View { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
To learn more, see Views and Product Class Structure.
See Also