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

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