ModuleListPageSearchOptions.ShowAll Property

Definition

Gets a value indicating whether all the items in the module list should be shown.

public:
 property bool ShowAll { bool get(); };
public bool ShowAll { get; }
member this.ShowAll : bool
Public ReadOnly Property ShowAll As Boolean

Property Value

true if a search should return all values; otherwise, false.

Remarks

This property is set in the constructor. When you perform a search with the ShowAll property set to true, the Text and Field property values are not used to filter the list pages.

Applies to