RibbonPage.Caption Property
In This Article
Gets or sets the object displayed within the page's header. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
[XtraSerializableProperty]
[TypeConverter(typeof(ObjectConverter))]
public object Caption { get; set; }
#Property Value
Type | Description |
---|---|
Object | An object displayed within the page's header. |
#Remarks
To specify a template for the Caption object, use the RibbonPage.CaptionTemplate property.
See Also