Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / IsInitialized Property


In This Topic
    IsInitialized Property
    In This Topic
    Gets a value indicating whether the component is initialized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInitialized As Boolean
    'Usage
     
    
    Dim instance As SpreadDataBindingAdapter
    Dim value As Boolean
     
    value = instance.IsInitialized
    public bool IsInitialized {get;}

    Property Value

    true to indicate the component has completed initialization; otherwise, false.
    See Also