Share via


Ribbon.PlaceholderElementId property

Gets or sets the element identifier of the Server ribbon control.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Property PlaceholderElementId As String
    Get
    Set
'Usage
Dim instance As Ribbon
Dim value As String

value = instance.PlaceholderElementId

instance.PlaceholderElementId = value
public string PlaceholderElementId { get; set; }

Property value

Type: System.String
A String representation of the placeholder element identifier.

Remarks

The default value is RibbonContainer.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace