Skip to main content

ButtonInfo.Content Property

Gets or sets the button's content. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[TypeConverter(typeof(ObjectConverter))]
public object Content { get; set; }

#Property Value

Type Description
Object

An object that represents the button's content.

See Also