Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / CalendarFilterBase Class / ActualHeaderText Property

In This Topic
    ActualHeaderText Property (CalendarFilterBase)
    In This Topic
    Gets the header that will be shown in the column header. if HeaderText is not specified the PropertyName property will be used.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualHeaderText As String
    public string ActualHeaderText {get;}
    See Also