Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / IsEmpty Property


In This Topic
    IsEmpty Property (StyleInfo)
    In This Topic
    Gets a value that indicates whether style settings are set.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Overridable ReadOnly Property IsEmpty As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsEmpty
    [DefaultValue(true)]
    public virtual bool IsEmpty {get;}

    Property Value

    true if no style settings are set; otherwise, false.
    See Also