TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListSelectedItemCollection Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (C1CheckListSelectedItemCollection)
    In This Topic
    Gets a value indicating whether the C1CheckListSelectedItemCollection instance is fixed size.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckListSelectedItemCollection.IsFixedSize", "Gets a value indicating whether the C1CheckListSelectedItemCollection instance is fixed size.")>
    Public ReadOnly Property IsFixedSize As Boolean
    [C1Description("C1CheckListSelectedItemCollection.IsFixedSize", "Gets a value indicating whether the C1CheckListSelectedItemCollection instance is fixed size.")]
    public bool IsFixedSize {get;}
    See Also