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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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