PropertyDefinitionBase.Description Property
Gets or sets the property description. This is a dependency property.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
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