Class WatermarkBehavior
Specifies when the watermark content of RadWatermarkTextBox will be hidden.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class WatermarkBehavior : Enum
Fields
HiddenWhenFocused
The watermark will be hidden when the RadWatermarkTextBox has focus.
Declaration
public const WatermarkBehavior HiddenWhenFocused
Field Value
HideOnClick
The watermark will be hidden when the the user clicks on the RadWatermarkTextBox.
Declaration
public const WatermarkBehavior HideOnClick
Field Value
HideOnTextEntered
The watermark will be hidden when the the user writes text into the RadWatermarkTextBox.
Declaration
public const WatermarkBehavior HideOnTextEntered
Field Value
value__
Declaration
public int value__
Field Value
System.
|