Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Primitives Namespace / SelectAllSelector Class / FilterWatermark Property


In This Topic
    FilterWatermark Property (SelectAllSelector)
    In This Topic
    Gets or sets the text serving as a watermark when using the FilterText property.
    Syntax
    'Declaration
     
    Public Property FilterWatermark As String
    'Usage
     
    Dim instance As SelectAllSelector
    Dim value As String
     
    instance.FilterWatermark = value
     
    value = instance.FilterWatermark
    public string FilterWatermark {get; set;}
    Remarks
    The IsFilterActive property needs to be set to true for the FilterBox to appear, which means that the watermark will only be shown if said property is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also