Gets the new text assigned to the label of the ListItem.
[Visual Basic] Public ReadOnly Property Label As String [C#] public string Label {get;} [C++] public: __property String* get_Label(); [JScript] public function get Label() : String;
The new text to associate with the ListItem.
LabelEditEventArgs Class | LabelEditEventArgs Members | System.WinForms Namespace