Pivot.LeftHeader 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 content for the header on the control's left side.
public:
property Platform::Object ^ LeftHeader { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable LeftHeader();
void LeftHeader(IInspectable value);
public object LeftHeader { get; set; }
var object = pivot.leftHeader;
pivot.leftHeader = object;
Public Property LeftHeader As Object
<Pivot LeftHeader="headerString"/>
- or -
<Pivot>
<Pivot.LeftHeader>headerObject</Pivot.LeftHeader>
</Pivot>
Property Value
The content of the header on the control's left side. The default is null.
Remarks
You can set a data template for the LeftHeader value by using the LeftHeaderTemplate property.