ListOrganizer.NoItemsText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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