Share via


ListOrganizer.NoItemsText Property

Definition

Gets or sets a value that appears to inform the user that there are no items in the list.

public:
 property System::String ^ NoItemsText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ NoItemsText { 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 that appears to inform the user that there are no items in the list.")]
public string NoItemsText { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value that appears to inform the user that there are no items in the list.")>]
member this.NoItemsText : string with get, set
Public Property NoItemsText As String

Property Value

Attributes

Applies to