Allows selection of a value from a list of nullable int values using a dropdown list. The dropdown list supports optional tooltips.
Model Type: int?
Name | Type | Default | Description |
---|---|---|---|
Disable1OrLess | bool | true | Defines whether the dropdown list is disabled when only 1 item or less is available in the list of values. |
AdjustWidth | bool | true | Defines whether the dropdown list width is adjusted to optimally fit the content (horizontally). |
DropDownWidthFactor | float | 1.0 | Defines the width of the dropdown portion relative to the control width. The control width is multiplied by the factor DropDownWidthFactor to calculate the width. If 1.0 is specified, the dropdown portion is the same size as the control. If 2.0 is specified, the dropdown portion is the twice the size of the control. |
DropDownHeightFactor | float | 1.0 | Defines the height of the dropdown portion relative to 200 pixels. The control width is multiplied by the factor DropDownHeightFactor to calculate the height. If 1.0 is specified, the dropdown portion is 200 pixels. If 2.0 is specified, the dropdown portion is the 400 pixels in height. |
Name | Type | Description |
---|---|---|
model__List | List<YetaWF.Core.Components.SelectionItem<int?>> | Defines the list of values, displayed text and tooltips shown in the dropdown list. |
[Caption("Entries"), Description("Select the number of entries per page")] [UIHint("DropDownListIntNull")] public int? PageSelection { get; set; } public List<SelectionItem<int?>> PageSelection_List { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com