Back to Devexpress

DataViewBase.GetIsFocusedRow(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-getisfocusedrow-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.7 KB
Original Source

DataViewBase.GetIsFocusedRow(DependencyObject) Method

Gets the value of the DataViewBase.IsFocusedRow attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public static bool GetIsFocusedRow(
    DependencyObject dependencyObject
)
vb
<Browsable(False)>
Public Shared Function GetIsFocusedRow(
    dependencyObject As DependencyObject
) As Boolean

Parameters

NameTypeDescription
dependencyObjectDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The DataViewBase.IsFocusedRow property value for the element.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace