Table of Contents

Class FilterFormComponentMetadata

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

Metadata for the filter form component.

public sealed class FilterFormComponentMetadata
Inheritance
object
FilterFormComponentMetadata
Extension Methods

Properties

Description

Gets or sets the localized filter condition.

public string Description { get; set; }

Property Value

string

Ignored

Gets or sets a value indicating whether the component is ignored.

public bool Ignored { get; set; }

Property Value

bool

Label

Gets or sets the optional localized filter name.

public string Label { get; set; }

Property Value

string