ListViewItem.ListViewSubItem.Text Property

Definition

Gets or sets the text of the subitem.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

Property Value

The text to display for the subitem.

Remarks

The Text property allows you to determine the text displayed for the subitem. You can use the BackColor, ForeColor, and Font properties to specify how the text is displayed.

Applies to

See also