Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / IsEmpty Property


In This Topic
    IsEmpty Property (DynamicStyleInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As Boolean
     
    value = instance.IsEmpty
    public virtual bool IsEmpty {get;}
    See Also