Sets the value of the CurrentView attached property to a specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public static void SetCurrentView(
DependencyObject element,
DataViewBase value
)
|
VB |
static Public Sub SetCurrentView(
ByVal element As DependencyObject,
ByVal value As DataViewBase
)
|
Parameters
-
element
-
Type: DependencyObject
The element to which the attached property is written.
-
value
-
Type: DataViewBase
The required DataViewBase value.

See Also