Class ComboboxField
A control that contains a label and a combobox. This typically is bound to an instance of SingleSelectListViewModel or SelectableCollectionViewModel.
Inheritance
ComboboxField
Implements
Inherited Members
Namespace: Benday.Presentation.Controls
Assembly: Benday.Presentation.Controls.dll
Syntax
[XamlFilePath("ComboboxField.xaml")]
public class ComboboxField : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, ILabeledField
Constructors
| Edit this page View SourceComboboxField()
Declaration
public ComboboxField()
Fields
| Edit this page View SourceLabelTextProperty
Dependency property for the label text
Declaration
public static readonly BindableProperty LabelTextProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Edit this page View SourceLabelText
Gets or sets the label text for this field
Declaration
public string LabelText { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceSetLabelText(string)
Sets the label text for this field
Declaration
public void SetLabelText(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |