Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Fields
OptionsFieldModel Class
Base class of DropDownListModel and ListBoxModel
csharp
public abstract class OptionsFieldModel : TallComponents.UnoPdf.Client.Models.Pdf.Fields.ValueFieldModel
Inheritance System.Object 🡒 FieldModel 🡒 ValueFieldModel 🡒 OptionsFieldModel
Derived
↳ DropDownListModel
↳ ListBoxModel
Properties | |
---|---|
ListCommitMode | If true, the field value is updated at the moment that a user changes the selection. If false, the value is updated when the field looses focus. |
ListOptions | Contains all options from which a choice can be made. An option has both a displayed name and an exported name, often they are the same. |