Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / NumericFilterPresenter Class / InheritProperties Property

In This Topic
    InheritProperties Property (NumericFilterPresenter)
    In This Topic
    Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically.
    Syntax
    'Declaration
     
    
    Public Property InheritProperties As Boolean
    public bool InheritProperties {get; set;}
    See Also