Skip to main content
A newer version of this page is available. .

DataControlBase.CurrentGrid Attached Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

Returns

Type Description
DataControlBase

A DataControlBase descendant that represents the current grid.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also