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

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