Skip to main content

RibbonPageGroup.KeyTipGroupExpanding Property

Gets or sets an item's key tip. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public string KeyTipGroupExpanding { get; set; }

#Property Value

Type Description
String

A String object that is an item's key tip.

#Remarks

This property attaches a key tip to an item. For more information about key tips, see Key Tips.

See Also