Class Picker
Base class for all controls that have popup functionality.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public abstract class Picker : Control
Fields
| Improve this Doc View SourcePopupButtonModeProperty
Identifies the PopupButtonMode dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty PopupButtonModeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePopupButtonMode
Gets or sets the button event that causes the popup portion of the Picker control to open.
Declaration
[NotImplemented]
public ClickMode PopupButtonMode { get; set; }
Property Value
Type | Description |
---|---|
ClickMode |