Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleRowFilter Class / OutStyle Property


In This Topic
    OutStyle Property
    In This Topic
    Gets the style that is applied to rows that do not satisfy the filter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OutStyle As StyleInfo
    'Usage
     
    
    Dim instance As StyleRowFilter
    Dim value As StyleInfo
     
    value = instance.OutStyle
    public StyleInfo OutStyle {get;}
    See Also