Skip to main content

DataControlBase.CurrentView Attached Property

Gets or sets the view currently used within a grid. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

#Returns

Type Description
DataViewBase

A DataViewBase descendant that is the current view.

#Remarks

To learn more, see Views Overview.

See Also