NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid.SelectedPropertyName

Returns the currently selected property name. If no property or a category name is selected, "" is returned. If the category is a sub property, it is concatenated onto its parent property name with a ".".

[Visual Basic]
Overridable Public ReadOnly Property SelectedPropertyName As String
[C#]
public string SelectedPropertyName {virtual get;}
[C++]
public: __property virtual String* get_SelectedPropertyName();
[JScript]
public function get SelectedPropertyName() : String;

See Also

PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace