Skip to main content

DXButton.ShowContent Property

Gets or sets whether to display 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(true, Handler = "UpdatePresenter")]
public bool ShowContent { get; set; }

Property Value

Type Description
Boolean

true to display the button’s content; otherwise, false.

See Also