SelectList.SelectedValue Property

GeonBit.UI

SelectListSelectedValue Property
Currently selected item value (or null if none is selected).

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string SelectedValue { get; set; }

Property Value

Type: String
See Also