Skip to main content

ButtonInfo.Content Property

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.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