Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / FilterBarParent Property


In This Topic
    FilterBarParent Property
    In This Topic
    Gets the parent style name to use for initializing the filter bar default style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FilterBarParent As String
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As String
     
    value = instance.FilterBarParent
    public string FilterBarParent {get;}
    See Also