Class FilterFormComponentMetadata
Metadata for the filter form component.
public sealed class FilterFormComponentMetadata
- Inheritance
-
objectFilterFormComponentMetadata
- 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