[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.FilterSummary

FilterSummary Class

Represents the summary of Filter.

Inheritance
FilterSummary
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FilterSummary : INotifyPropertyChanged

Constructors

Name Description
FilterSummary(FilterWithSummary)

Initializes a new instance of the FilterSummary class.

Properties

Name Description
AggregateType

Gets or sets a type of aggregate expression.

CustomFormat

Gets or sets a expression result format.

Label

Gets or sets a text on the left side of the summary.

Owner

Gets the filter owning this summary.

PropertyName

Gets or sets a name of the property for which the aggregate function is applied.

Methods

Name Description
GetText(object)

Returns the formatted string with summary.

OnPropertyChanged(string)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.