RibbonControl.ApplicationButtonText Property
In This Article
Gets or sets the text displayed within the Application Button in the Office2010 paint style. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that specifies text displayed within the Application Button in the Office2010 paint style. |
#Remarks
When the RibbonControl.RibbonStyle property is set to RibbonStyle.Office2010, the Application Button can display a small image followed by text. Use the ApplicationButtonText property to specify the text. The small image can be specified via the RibbonControl.ApplicationButtonSmallIcon property.
See Also