DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (C1DataCollectionBindingList)
    In This Topic
    Gets a value indicating whether the System.Collections.IList has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}
    See Also