Skip to main content

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.v23.2.dll

NuGet Package: 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