Back to Devexpress

PropertyGridControl.ShowDescriptionIn Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-264f6ee3.md

latest1.7 KB
Original Source

PropertyGridControl.ShowDescriptionIn Property

Gets or sets where to show property descriptions. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public DescriptionLocation ShowDescriptionIn { get; set; }
vb
Public Property ShowDescriptionIn As DescriptionLocation

Property Value

TypeDescription
DescriptionLocation

A DescriptionLocation enumeration value.

|

Available values:

NameDescription
ToolTip

Show property descriptions within the tooltip.

| | Panel |

Show property descriptions within the description panel.

| | ToolTipAndPanel |

Show property descriptions within the description panel and the tooltip.

| | None |

Disable showing property descriptions.

|

Remarks

Set the ShowDescriptionIn property to ‘None’ to disable showing property descriptions.

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace