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;
PropertyGrid Class | PropertyGrid Members | System.WinForms Namespace