[]
Specifies the UI strings displayed on the Parameters panel in C1FlexViewerPane.
public class ParameterStrings
Name | Description |
---|---|
AllLabel | Gets or sets the text label displayed when all options are selected. |
ApplyParameters | Gets or sets the text displayed on the 'Apply Parameters' button. |
FalseLabel | Gets or sets the 'No' option text for the boolean parameter editor. |
InvalidValueFmt | Gets or sets the format string for a notification that the specified value is invalid for a parameter of a given type. |
NoneLabel | Gets or sets the text label displayed when none of the available options are selected. |
NullLabel | Gets or sets the Null checkbox label for the nullable parameters. |
ParametersHeader | Gets or sets the text used as caption for the Parameters panel. |
SelectAllLabel | Gets or sets the 'Select All' option text used for the multivalue parameters. |
SelectValue | Gets or sets the text prompt used for a parameter which value is not selected yet. |
TrueLabel | Gets or sets the 'Yes' option text for the boolean parameter editor. |
ValueNotSpecified | Gets or sets the error message text for a parameter that has to be set. |
Name | Description |
---|---|
ResetAllLabel() | Resets the AllLabel property to its default value. |
ResetApplyParameters() | Resets the ApplyParameters property to its default value. |
ResetFalseLabel() | Resets the FalseLabel property to its default value. |
ResetInvalidValueFmt() | Resets the InvalidValueFmt property to its default value. |
ResetNoneLabel() | Resets the NoneLabel property to its default value. |
ResetNullLabel() | Resets the NullLabel property to its default value. |
ResetParametersHeader() | Resets the ParametersHeader property to its default value. |
ResetSelectAllLabel() | Resets the SelectAllLabel property to its default value. |
ResetSelectValue() | Resets the SelectValue property to its default value. |
ResetTrueLabel() | Resets the TrueLabel property to its default value. |
ResetValueNotSpecified() | Resets the ValueNotSpecified property to its default value. |
ShouldSerializeAllLabel() | Indicates whether the AllLabel property should be serialized. |
ShouldSerializeApplyParameters() | Indicates whether the ApplyParameters property should be serialized. |
ShouldSerializeFalseLabel() | Indicates whether the FalseLabel property should be serialized. |
ShouldSerializeInvalidValueFmt() | Indicates whether the InvalidValueFmt property should be serialized. |
ShouldSerializeNoneLabel() | Indicates whether the NoneLabel property should be serialized. |
ShouldSerializeNullLabel() | Indicates whether the NullLabel property should be serialized. |
ShouldSerializeParametersHeader() | Indicates whether the ParametersHeader property should be serialized. |
ShouldSerializeSelectAllLabel() | Indicates whether the SelectAllLabel property should be serialized. |
ShouldSerializeSelectValue() | Indicates whether the SelectValue property should be serialized. |
ShouldSerializeTrueLabel() | Indicates whether the TrueLabel property should be serialized. |
ShouldSerializeValueNotSpecified() | Indicates whether the ValueNotSpecified property should be serialized. |