Report.ShowHideToggle Property

Definition

Gets the identifier of the toggle item that was toggled by the user.

public:
 property System::String ^ ShowHideToggle { System::String ^ get(); };
public string ShowHideToggle { get; }
member this.ShowHideToggle : string
Public ReadOnly Property ShowHideToggle As String

Property Value

A String containing the identifier of the toggle item that was toggled by the user.

Remarks

This is used for navigating to the current UI location.

Applies to