Displays the model using a disabled checkbox, indicating the boolean status (checked, unchecked) and additional text.
Model Type: bool?
Name | Type | Description |
---|---|---|
model__Text | string | Defines the additional text shown next to the checkbox. |
[Category("Skin"), Caption("Show Help"), Description("Defines whether the module help link is shown in Display Mode - The help link is always shown in Edit Mode", Order = -91)] [UIHint("BooleanText"), ReadOnly] public bool ShowHelp { get; set; } public bool ShowHelp_Text { get { return ShowHelp ? "Yes" : "No"; } }
Allows selection of a true/false status using a checkbox and shows additional text.
Model Type: bool?
The additional text shown does not change as the checkbox status is changed by the user.
Name | Type | Description |
---|---|---|
model__Text | string | Defines the additional text shown next to the checkbox. |
model__Tooltip | string | Defines the tooltip shown for the checkbox. |
[Category("Skin"), Caption("Show Help"), Description("Defines whether the module help link is shown in Display Mode - The help link is always shown in Edit Mode", Order = -91)] [UIHint("BooleanText")] public bool ShowHelp { get; set; } public string ShowHelp_Text { get { ShowHelp ? "Yes" : "No" } }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com