Skip to main content

ButtonInfo.TemplateRound Property

Gets or sets a template used to display a button which ButtonInfo.ButtonKind property is set to ButtonKind.Round. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DataTemplate TemplateRound { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object used to display a round button.

Remarks

If the TemplateRound is not specified or the ButtonInfo.ButtonKind is not set to ButtonKind.Round, the button is displayed via the editor’s TextEdit.ButtonsTemplate template. The ButtonInfo.ActualTemplate property allows you to obtain which template is currently used.

See Also