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

PropertyDefinitionBase.Description Property

Gets or sets the property description. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public object Description { get; set; }

Property Value

Type Description
Object

An object representing the property description.

Remarks

The PropertyGridControl.ShowDescriptionIn property specifies the location of property description. If this property is set to ‘None’, the property description is not shown.

See Also