Fusion8 Design Relational ListControl Class Library

RelationalDropDownList.KeepFirstItem Property

[This is preliminary documentation and subject to change.]

Gets or sets if the first item in the RelationalDropDownList will exist for all selections of the controls parent ListControl.

[Visual Basic]
Overridable Public Property KeepFirstItem As Boolean
[C#]
public virtual bool KeepFirstItem {get; set;}

Remarks

Set to true to persist the first selection in the list across multiple selections of the parent.

See Also

RelationalDropDownList Class | Fusion8Design.WebControls.UI Namespace