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
WatermarkBehavior
|
HideOnClick
The watermark will be hidden when the the user clicks on the RadWatermarkTextBox.
Declaration
public const WatermarkBehavior HideOnClick
Field Value
WatermarkBehavior
|
HideOnTextEntered
The watermark will be hidden when the the user writes text into the RadWatermarkTextBox.
Declaration
public const WatermarkBehavior HideOnTextEntered
Field Value
WatermarkBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|