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