MenuItemBinding.PopOutImageUrl Property

Definition

Gets or sets the URL to an image that indicates the presence of a dynamic submenu for a menu item to which the MenuItemBinding object is applied.

public:
 property System::String ^ PopOutImageUrl { System::String ^ get(); void set(System::String ^ value); };
public string PopOutImageUrl { get; set; }
member this.PopOutImageUrl : string with get, set
Public Property PopOutImageUrl As String

Property Value

The URL to an image that indicates the presence of a dynamic submenu for a menu item to which the MenuItemBinding is applied.

Remarks

When the Menu control is bound to a data source, use the PopOutImageUrl property to specify the URL of a MenuItem.PopOutImageUrl property of a MenuItem object. This URL is shared with all menu items to which the MenuItemBinding object is applied.

Note

You can override the URL for an individual menu item by setting its PopOutImageUrl property directly.

You can bind the PopOutImageUrl property of a MenuItem object to a field of a data source by setting the PopOutImageUrlField property. When rendered, the PopOutImageUrl property of each menu item to which the MenuItemBinding object is applied contains the corresponding value from the field.

Note

If the PopOutImageUrl and PopOutImageUrlField properties are both set, the PopOutImageUrlField property takes precedence.

Applies to

See also