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


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