Share via


ListOrganizer.TextContentPropertyName Property

Definition

Gets or sets a value which dictates what binding is used to provide content for the items in the list.

public:
 property System::String ^ TextContentPropertyName { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TextContentPropertyName { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value which dictates what binding is used to provide content for the items in the list.")]
public string TextContentPropertyName { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value which dictates what binding is used to provide content for the items in the list.")>]
member this.TextContentPropertyName : string with get, set
Public Property TextContentPropertyName As String

Property Value

Attributes

Applies to