Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ParentStyleName Property


In This Topic
    ParentStyleName Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the name of the parent style (NamedStyle object) from which style properties are inherited for this default row.
    Syntax
    'Declaration
     
    
    Public Shadows Property ParentStyleName As String
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As String
     
    instance.ParentStyleName = value
     
    value = instance.ParentStyleName
    public new string ParentStyleName {get; set;}
    See Also