Back to Devexpress

DataControlBase.SetActiveView(DependencyObject, DataViewBase) Method

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

latest1.6 KB
Original Source

DataControlBase.SetActiveView(DependencyObject, DataViewBase) Method

Sets the value of the DataControlBase.ActiveView 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
public static void SetActiveView(
    DependencyObject element,
    DataViewBase value
)
vb
Public Shared Sub SetActiveView(
    element As DependencyObject,
    value As DataViewBase
)

Parameters

NameTypeDescription
elementDependencyObject

The element to which the attached property is written.

| | value | DataViewBase |

The required DataViewBase value.

|

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace