DatePickerFlyoutItem.PrimaryText Property

Definition

Gets or sets the primary text of the item.

public:
 property Platform::String ^ PrimaryText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PrimaryText();

void PrimaryText(winrt::hstring value);
public string PrimaryText { get; set; }
var string = datePickerFlyoutItem.primaryText;
datePickerFlyoutItem.primaryText = string;
Public Property PrimaryText As String

Property Value

String

Platform::String

winrt::hstring

The primary text of the item.

Applies to