Skip to main content

BaseColumn.View Property

Gets the view that owns the column. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public DataViewBase View { get; }

#Property Value

Type Description
DataViewBase

A DataViewBase descendant that represents the view.

#Remarks

To learn more, see Views and Views Hierarchy.

See Also