ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / IsHeaderFormatVisible Property

In This Topic
    IsHeaderFormatVisible Property
    In This Topic
    Gets or sets a value indicating whether control displays the HeaderFormat text instead of selected items.
    Syntax
    'Declaration
     
    
    Public Property IsHeaderFormatVisible As Boolean
    public bool IsHeaderFormatVisible {get; set;}
    Remarks
    The C1MultiSelect control changes this property value accordng to the number of the currently selected items and the MaxSelectedItems property value.
    See Also