Skip to main content

ASPxClientCommandConsts.SHOWSEARCHPANEL_COMMAND Property

Identifies a command that shows a search panel.

Declaration

static SHOWSEARCHPANEL_COMMAND: string

Property Value

Type Description
string

Value: “showsearchpanel”

Remarks

The SHOWSEARCHPANEL_COMMAND property can be used in the following ways.

Note

This command is available both in the Design View and HTML View (when it operates in Advanced mode, i.e., the HtmlEditorHtmlViewSettings.Mode property value is set to HtmlEditorHtmlEditingMode.Advanced).

See Also