Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / Parent Property


In This Topic
    Parent Property (ConditionalStyleInfo)
    In This Topic
    Gets or sets the name of the parent (NamedStyle object) of the style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As String
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As String
     
    value = instance.Parent
    public string Parent {get;}
    See Also