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

DataControlBase.GetCellElementByTreeElement(DependencyObject) Method

Returns a cell that contains the specified tree element.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public FrameworkElement GetCellElementByTreeElement(
    DependencyObject d
)

Parameters

Name Type Description
d Windows.UI.Xaml.DependencyObject

The element contained within the cell.

Returns

Type Description
Windows.UI.Xaml.FrameworkElement

A Windows.UI.Xaml.FrameworkElement descendant that specifies the cell’s UI element, containing the specified tree element. null, if the cell was not found.

See Also