Class ConditionBuilderConfiguration
Represents condition builder page metadata.
public class ConditionBuilderConfiguration
- Inheritance
-
objectConditionBuilderConfiguration
- Extension Methods
Properties
BackLink
Link to navigate back from the condition builder page.
public string BackLink { get; set; }
Property Value
- string
Caption
Page caption.
public string Caption { get; set; }
Property Value
- string
ErrorMessage
Error message to be displayed instead of the condition builder.
public string ErrorMessage { get; set; }
Property Value
- string
SubmitLabel
Label of the submit button.
public string SubmitLabel { get; set; }
Property Value
- string