Skip to main content
A newer version of this page is available. .

TextEdit.ButtonsTemplate Property

Gets or sets the template that defines the presentation of the editor’s buttons. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

Declaration

public ControlTemplate ButtonsTemplate { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Controls.ControlTemplate

A Windows.UI.Xaml.Controls.ControlTemplate object.

See Also