ButtonInfo.Content Property
Gets or sets button content. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Object | Button content. |
Remarks
The ButtonInfo displays the Content
property value if the GlyphKind property is set to None
, User
, or Custom
.
See Also