New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the user experience with the visibility of the DataGridSearchPanel and its close button.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum DataGridSearchPanelVisibilityMode

Fields

The DataGridSearchPanel is always visible and its close button is not visible.

C#
AlwaysVisible = 2

The DataGridSearchPanel becomes visible after a user's interaction (pressing ctrl+F in Desktop) and its close button is also visible.

C#
ControlledByUser = 1

The DataGridSearchPanel is never visible.

C#
NeverVisible = 0