Skip to main content
A newer version of this page is available. .

ButtonInfo.Content Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object Content { get; set; }

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