Skip to main content

ButtonInfo.TemplateRepeat Property

Gets or sets a template used to display a button which ButtonInfo.ButtonKind property is set to ButtonKind.Repeat. 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 TemplateRepeat { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object used to display a repeat button.

Remarks

If the TemplateRepeat is not specified or the ButtonInfo.ButtonKind is not set to ButtonKind.Repeat, 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