Skip to main content

DXButton.ContentTemplateSelector Property

Gets or sets an object that chooses the button’s content template based on custom logic. 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 DataTemplateSelector ContentTemplateSelector { get; set; }

#Property Value

Type Description
DataTemplateSelector

The button’s content template selector.

See Also