ClientPivotControlMenuOption.DisplayText property
The main display text explaining the menu option
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayText As String
Get
Set
'Usage
Dim instance As ClientPivotControlMenuOption
Dim value As String
value = instance.DisplayText
instance.DisplayText = value
public string DisplayText { get; set; }
Property value
Type: System.String
See also
Reference
ClientPivotControlMenuOption class