RoundComboBoxExpansionDirection Property

Gets or sets the direction of drop-down list expansion.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public ExpansionDirection ExpansionDirection { get; set; }

Property Value

ExpansionDirection

Remarks

true if the drop-down portion is displayed; otherwise, false. The default is false.

See Also