Table of Contents

Class FilterLabelAttribute

Namespace
Kentico.Xperience.Admin.Base.Filters
Assembly
Kentico.Xperience.Admin.Base.dll

Can be used for overriding the label of the filter.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class FilterLabelAttribute : Attribute
Inheritance
object
Attribute
FilterLabelAttribute
Extension Methods

Constructors

FilterLabelAttribute(string)

Initializes a new instance of the FilterLabelAttribute class.

public FilterLabelAttribute(string label)

Parameters

label string

The label of the filter.

Properties

Label

The label of the filter.

public string Label { get; }

Property Value

string