Gets the value of the IsFocusedCell attached property for a specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v18.1.Core.dll

Syntax
C# |
public static bool GetIsFocusedCell(
DependencyObject dependencyObject
)
|
VB |
static Public Function GetIsFocusedCell(
ByVal dependencyObject As DependencyObject
) As Boolean
|
Parameters
-
dependencyObject
-
Type: DependencyObject
The element from which the property value is read.
Return value
Type: Boolean
The IsFocusedCell property value for the element.

See Also