Xceed DataGrid for Silverlight Documentation
WatermarkContent Property (InsertionRow)


Gets or sets the data that is displayed as the watermark.
Syntax
'Declaration
 
Public Property WatermarkContent As Object
'Usage
 
Dim instance As InsertionRow
Dim value As Object
 
instance.WatermarkContent = value
 
value = instance.WatermarkContent
public object WatermarkContent {get; set;}

Property Value

An object representing the data that is displayed as the watermark.
Requirements

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

See Also

Reference

InsertionRow Class
InsertionRow Members

Send Feedback