-
Notifications
You must be signed in to change notification settings - Fork 897
WatermarkTextBox
Derives from Xceed.Wpf.Toolkit.AutoSelectTextBox
The WatermarkTextBox is simply a TextBox that allows you to specify an object, usually a String, to represent null or missing text.
{{
<xctk:WatermarkTextBox Watermark="Enter First Name" />
}}
{{
xctk:WatermarkTextBox
xctk:WatermarkTextBox.Watermark
</xctk:WatermarkTextBox.Watermark>
</xctk:WatermarkTextBox>
}}
{{
<xctk:WatermarkTextBox Watermark="Enter First Name">
xctk:WatermarkTextBox.WatermarkTemplate
</xctk:WatermarkTextBox.WatermarkTemplate>
</xctk:WatermarkTextBox>
}}
|| Property || Description | AutoMoveFocus | Gets or sets a value indicating if the focus can navigate in the appropriate flow direction (e.g., from one cell to another when a cell is being edited) when the cursor is at the beginning or end of the auto-select text box. (Inherited from AutoSelectTextBox) | AutoSelectBehavior | Gets or sets a value indicating how the content of the auto-select text box is selected (Never or OnFocus). By default, Never. (Inherited from AutoSelectTextBox) | KeepWatermarkOnGotFocus | Gets or sets if the Watermark will be displayed when the focus is set on the watermarkTextBox, when text is empty. Default is False. | Watermark | Gets or sets the object to use in place of null or missing Text. | WatermarkTemplate | Gets or sets the DataTemplate to use to display the Watermark.