Skip to main content
ON

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