Back to Devexpress

PropertyDefinitionBase.Description Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-17e4d12f.md

latest1.4 KB
Original Source

PropertyDefinitionBase.Description Property

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

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public object Description { get; set; }
vb
Public Property Description As Object

Property Value

TypeDescription
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

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace