Xceed DataGrid for Silverlight Documentation
WatermarkContent Property (GroupNavigationSearchBox)


Gets or sets the data that is displayed as the watermark in the group-navigation search box.
Syntax
'Declaration
 
Public Property WatermarkContent As Object
'Usage
 
Dim instance As GroupNavigationSearchBox
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 in the group-navigation search box. By default "Search".
Requirements

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

See Also

Reference

GroupNavigationSearchBox Class
GroupNavigationSearchBox Members

Send Feedback