ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / UnSelectAllCaption Property

In This Topic
    UnSelectAllCaption Property (C1TileListView)
    In This Topic
    Gets or sets the caption for checkbox when execute UnSelectAll.
    Syntax
    'Declaration
     
    Public Property UnSelectAllCaption As String
    public string UnSelectAllCaption {get; set;}
    See Also