SelectedItem Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RichDropDownList..::..SelectedItem Property |
| RichDropDownList Class See Also Send Feedback |
Gets or sets currently selected item in the rich drop-down menu
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RichListItem SelectedItem { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SelectedItem As RichListItem Get |
| Visual C++ |
|---|
public: property RichListItem^ SelectedItem { RichListItem^ get (); } |