ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / Filter Class / ActualHeaderText Property

In This Topic
    ActualHeaderText Property
    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