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

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