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

CategoryDefinition.Glyph Property

Gets or sets an image displayed within a category header. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v18.2.dll

Declaration

public ImageSource Glyph { get; set; }

Property Value

Type Description
ImageSource

An ImageSource object that specifies the image displayed within a category header.

Remarks

Use the Glyph property to display a custom image in a category header. The Glyph property is in effect if the PropertyGridControl.ShowCategories property is set to Tabbed.

PropertyGrid TabbedView

See Also