IMvcFilter.AllowMultiple Property

Definition

When implemented in a class, gets or sets a value that indicates whether multiple filters are allowed.

public bool AllowMultiple { get; }
member this.AllowMultiple : bool
Public ReadOnly Property AllowMultiple As Boolean

Property Value

true if multiple filters are allowed; otherwise, false.

Applies to