Enum
WatermarkBehavior

Specifies when the watermark content of RadWatermarkTextBox will be hidden.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum WatermarkBehavior

Fields

HiddenWhenFocused

The watermark will be hidden when the RadWatermarkTextBox has focus.

Declaration

cs-api-definition
HiddenWhenFocused = 0

Field Value

WatermarkBehavior

HideOnClick

The watermark will be hidden when the the user clicks on the RadWatermarkTextBox.

Declaration

cs-api-definition
HideOnClick = 1

Field Value

WatermarkBehavior

HideOnTextEntered

The watermark will be hidden when the the user writes text into the RadWatermarkTextBox.

Declaration

cs-api-definition
HideOnTextEntered = 2

Field Value

WatermarkBehavior