ClassRadWatermarkTextBoxCommands
Class
Provides a set of commands for interacting with a watermark text box. This static class defines command implementations that can be executed by UI elements. Currently, it includes a command to clear the text in the watermark text box.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public static class RadWatermarkTextBoxCommands
Inheritance: objectRadWatermarkTextBoxCommands
Properties
Clear
Gets the Clear command.
Declaration
cs-api-definition
public static RoutedUICommand Clear { get; }
Property Value
RoutedUICommand