[]
Represents the summary of Filter.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FilterSummary : INotifyPropertyChanged
Name | Description |
---|---|
FilterSummary(FilterWithSummary) | Initializes a new instance of the FilterSummary class. |
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. |
Name | Description |
---|---|
GetText(object) | Returns the formatted string with summary. |
OnPropertyChanged(string) | Raises the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |