Gets or sets the selected value.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public string SelectedValue { get; set; } |
| Visual Basic |
|---|
Public Property SelectedValue As String Get Set |
| Visual C++ |
|---|
public: property String^ SelectedValue { String^ get (); void set (String^ value); } |
Field Value
Selected value.
Remarks
Use this property to set the selected value.