Back to Devexpress

DataControlBase.GetActiveView(DependencyObject) Method

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

latest1.6 KB
Original Source

DataControlBase.GetActiveView(DependencyObject) Method

Gets the value of the DataControlBase.ActiveView 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
public static DataViewBase GetActiveView(
    DependencyObject element
)
vb
Public Shared Function GetActiveView(
    element As DependencyObject
) As DataViewBase

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
DataViewBase

The DataControlBase.ActiveView property value for the element.

|

See Also

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace