Edit

Share via


DropDown.Default Property

Definition

Returns or sets the default drop-down item.

public:
 property int Default { int get(); void set(int value); };
public int Default { get; set; }
member this.Default : int with get, set
Public Property Default As Integer

Property Value

Remarks

The first item in a drop-down form field is 1, the second item is 2, and so on.

Applies to