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:
C#
public static class RadWatermarkTextBoxCommands
Inheritance: objectRadWatermarkTextBoxCommands
Properties
Clear
RoutedUICommand
Gets the Clear command.
C#
public static RoutedUICommand Clear { get; }