Share via


RibbonGalleryCategoriesPanel.TargetElement Property

Gets the RibbonGallery that this RibbonGalleryCategoriesPanel hosts items for.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public ReadOnly Property TargetElement As UIElement
public UIElement TargetElement { get; }
public:
virtual property UIElement^ TargetElement {
    UIElement^ get () sealed;
}
abstract TargetElement : UIElement
override TargetElement : UIElement
final function get TargetElement () : UIElement

Property Value

Type: System.Windows.UIElement
The RibbonGallery that this RibbonGalleryCategoriesPanel hosts items for.

Implements

IProvideStarLayoutInfoBase.TargetElement

.NET Framework Security

See Also

Reference

RibbonGalleryCategoriesPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace