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


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