Skip to main content

DXButton.ContentTemplate Property

Gets or sets a template that defines the appearance of the button’s content. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "UpdatePresenter")]
public DataTemplate ContentTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A template that defines the appearance of the button’s content.

See Also