ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / IsFixedSize Property

In This Topic
    IsFixedSize Property
    In This Topic
    Gets a value indicating whether the System.Collections.IList has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As System.Boolean
    public System.bool IsFixedSize {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also