Skip to content

SearchBox class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.SearchBox Modifiers: public

Summary

Represents a lightweight search input surface that projects shared SearchQueryState.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class SearchBox
class Control
Control <|-- SearchBox

Inherits from: Control

Constructors

NameSummary
.ctor

Properties

NameSummary
TextGets or sets the current raw search text.
PlaceholderTextGets or sets the placeholder text shown by the platform template.
QueryStateGets or sets the aggregate search state for result counts, active filters, and activity.
SearchCommandGets or sets the command invoked when the user submits the current search text.
ClearCommandGets or sets the command invoked when the user clears the current search text.

Fields

NameSummary
static TextPropertyProperty for [Text](#
static PlaceholderTextPropertyProperty for [PlaceholderText](#
static QueryStatePropertyProperty for [QueryState](#
static SearchCommandPropertyProperty for [SearchCommand](#
static ClearCommandPropertyProperty for [ClearCommand](#
Inherited members