Skip to main content
A newer version of this page is available. .

ExtendedColumnChooserControl.GetViewModel(DependencyObject) Method

For internal use.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Browsable(false)]
public static ExtendedColumnChooserViewModel GetViewModel(
    DependencyObject obj
)

Parameters

Name Type
obj DependencyObject

Returns

Type
DevExpress.Xpf.Grid.ExtendedColumnChooserViewModel
See Also