Back to Devexpress

ButtonInfo.Content Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttoninfo-87a2b792.md

latest1.1 KB
Original Source

ButtonInfo.Content Property

Gets or sets button content. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object Content { get; set; }
vb
Public Property Content As Object

Property Value

TypeDescription
Object

Button content.

|

Remarks

The ButtonInfo displays the Content property value if the GlyphKind property is set to None, User, or Custom.

See Also

ButtonInfo Class

ButtonInfo Members

DevExpress.Xpf.Editors Namespace