RadioButtons.ItemTemplate 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 the DataTemplate used to display each item.
public:
property Platform::Object ^ ItemTemplate { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ItemTemplate();
void ItemTemplate(IInspectable value);
public object ItemTemplate { get; set; }
var object = radioButtons.itemTemplate;
radioButtons.itemTemplate = object;
Public Property ItemTemplate As Object
Property Value
The template that specifies the visualization of the data objects. The default is null
.