Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / RowHeaderDefaultStyle Property


In This Topic
    RowHeaderDefaultStyle Property (SpreadSkin)
    In This Topic
    Gets or sets the row header default renderer of the Spread skin.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderDefaultStyle As NamedStyle
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As NamedStyle
     
    instance.RowHeaderDefaultStyle = value
     
    value = instance.RowHeaderDefaultStyle
    public NamedStyle RowHeaderDefaultStyle {get; set;}
    See Also