Assembly: Greatis.FormDesigner (in Greatis.FormDesigner.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property SelectedCategory As String |
| C# |
|---|
public string SelectedCategory { get; set; } |
| Visual C++ |
|---|
public: virtual property String^ SelectedCategory { String^ get () sealed; void set (String^ value) sealed; } |
| JavaScript |
|---|
function get_selectedCategory(); function set_selectedCategory(value); |