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

CheckEditBox.GlyphTemplate Property

Gets or sets a template used to render the CheckEdit control’s check box.

Namespace: DevExpress.Xpf.Editors

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

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

Declaration

public DataTemplate GlyphTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that represents the editor’s glyph template.

Remarks

See the GlyphTemplate property description to learn more.

See Also