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

DataControlBase.GetCurrentGrid(DependencyObject) Method

Gets the value of the DataControlBase.CurrentGrid attached property for a specified Windows.UI.Xaml.DependencyObject.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public static DataControlBase GetCurrentGrid(
    DependencyObject element
)

Parameters

Name Type Description
element Windows.UI.Xaml.DependencyObject

The element from which the property value is read.

Returns

Type Description
DataControlBase

The DataControlBase.CurrentGrid property value for the element.

See Also