Class SmartFolderFilterFormComponentDescription
Represents a property description for a smart folder filter property.
public sealed class SmartFolderFilterFormComponentDescription
- Inheritance
-
objectSmartFolderFilterFormComponentDescription
- Extension Methods
Properties
Label
Gets the property label.
public string Label { get; init; }
Property Value
- string
Text
Gets the property description text.
public string Text { get; init; }
Property Value
- string
Remarks
The description may contain HTML markup.