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

FilteringUIFormShowingEventArgs.ViewModel Property

Returns the View Model that is used to create the current filter form.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public FilteringUIFormViewModel ViewModel { get; }

Property Value

Type Description
FilteringUIFormViewModel

A ViewModel used to create the filter form.

See Also