SearchMenuControl Class
Interaction logic for SearchMenuControl.xaml
IsDropDownOpen |
Gets or sets a value indicating whether the drop-down menu is open.
|
ItemsSource |
Gets or sets the item font for the menu option search control.
|
ItemsSuggestion |
Suggested items in the SearchMenuControl usercontrol based on the content of the textbox.
|
Watermark |
Specifies the text that is displayed as a watermark when the control's content is empty.
|
IsDropDownOpenProperty |
Represents a dependency property that controls whether the dropdown menu is open or closed.
When this property is set to , the dropdown menu is opened; when set to , it is closed.
|
ItemsSourceProperty |
Represents a dependency property that defines the source of elements for the menu option search control.
|
WatermarkProperty |
Identifies the Watermark dependency property.
|