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

CheckEditBox.Glyph Property

Gets or sets an image displayed within 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 ImageSource Glyph { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that represents the CheckEdit’s glyph.

See Also