Xceed DataGrid for Silverlight Documentation
WatermarkContent Property (WatermarkTextBox)


Gets or sets the object to display as a watermark.
Syntax
'Declaration
 
Public Property WatermarkContent As Object
'Usage
 
Dim instance As WatermarkTextBox
Dim value As Object
 
instance.WatermarkContent = value
 
value = instance.WatermarkContent
public object WatermarkContent {get; set;}

Property Value

An object representing the watermark.
Remarks
When the end-user clicks in the editable field, the watermark disappears.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

WatermarkTextBox Class
WatermarkTextBox Members

Send Feedback