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

ButtonInfoBase.RenderTemplate Property

Gets or sets the template that is used to render the button contents in optimized mode. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public RenderTemplate RenderTemplate { get; set; }

Property Value

Type Description
DevExpress.Xpf.Core.Native.RenderTemplate

A DevExpress.Xpf.Core.Native.RenderTemplate object.

See Also