Class FilterLabelAttribute
Can be used for overriding the label of the filter.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class FilterLabelAttribute : Attribute
- Inheritance
-
objectAttributeFilterLabelAttribute
- Extension Methods
Constructors
FilterLabelAttribute(string)
Initializes a new instance of the FilterLabelAttribute class.
public FilterLabelAttribute(string label)
Parameters
label
stringThe label of the filter.
Properties
Label
The label of the filter.
public string Label { get; }
Property Value
- string