Back to Devexpress

DataViewBase.SetIsFocusedRow(DependencyObject, Boolean) Method

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

latest1.6 KB
Original Source

DataViewBase.SetIsFocusedRow(DependencyObject, Boolean) Method

Sets the value of the DataViewBase.IsFocusedRow attached property to 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 void SetIsFocusedRow(
    DependencyObject dependencyObject,
    bool focused
)
vb
<Browsable(False)>
Public Shared Sub SetIsFocusedRow(
    dependencyObject As DependencyObject,
    focused As Boolean
)

Parameters

NameTypeDescription
dependencyObjectDependencyObject

The element to which the attached property is written.

| | focused | Boolean |

The required Boolean value.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace