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

PropertyDescriptionControl Class

The control that displays descriptions for properties being browsed in a PropertyGridControl.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "PropertyDescriptionControl")]
public class PropertyDescriptionControl :
    Control,
    IPanelControlOwner,
    ISupportLookAndFeel,
    IToolTipControlClient,
    ISupportDXSkinColors

Remarks

For an object’s properties, descriptions can be specified via the DescriptionAttribute attribute, The PropertyGridControl doesn’t display property descriptions. To display property descriptions for properties browsed in a PropertyGridControl, use the PropertyDescriptionControl control. Add a PropertyDescriptionControl control to the form, and link it to the Property Grid Control via the PropertyDescriptionControl.PropertyGrid property. Browsing through properties in the Property Grid Control will automatically display property descriptions in the PropertyDescriptionControl.

PropertyDescriptionControl

Inheritance

See Also