RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1ListItem Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (C1ListItem)
    In This Topic
    Returns whether this element is collapsed, that is, if its Visibility, or that of one of its parents, is C1Visibility.Collapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCollapsed As Boolean
    public bool IsCollapsed {get;}
    See Also