Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Object

Platform::Object

IInspectable

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.

Applies to

See also


Feedback

Was this page helpful?