Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / IsFixedSize Property

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