Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCell Class / StyleName Property


In This Topic
    StyleName Property (FilterBarCell)
    In This Topic
    Gets or sets the name of the custom style for a filter bar item.
    Syntax
    'Declaration
     
    
    Public Overridable Property StyleName As String
    'Usage
     
    
    Dim instance As FilterBarCell
    Dim value As String
     
    instance.StyleName = value
     
    value = instance.StyleName
    public virtual string StyleName {get; set;}
    See Also