DXButton.ContentTemplateSelector Property
In This Article
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 |
---|---|
Data |
The button’s content template selector. |
See Also