Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns.DefaultColumn Class / ParentStyleName Property


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