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.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
[Browsable(false)]
public static void SetIsFocusedRow(
DependencyObject dependencyObject,
bool focused
)
Parameters
Name | Type | Description |
---|---|---|
dependencyObject | DependencyObject | The element to which the attached property is written. |
focused | Boolean | The required Boolean value. |
See Also