Back to Devexpress

DiagramControl.PropertyGrid Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-cef0d227.md

latest1.6 KB
Original Source

DiagramControl.PropertyGrid Property

Gets or sets the Property Grid control that displays the properties of a diagram item, once it is selected on the diagram canvas, at runtime.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public IPropertiesEditor PropertyGrid { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property PropertyGrid As IPropertiesEditor

Property Value

TypeDefaultDescription
DevExpress.Data.IPropertiesEditornull

The Property Grid control displaying a selected diagram item’s settings.

|

Remarks

A PropertyGridControl can be assigned to the PropertyGrid property.

At runtime, the specified Property Grid control will display settings of diagram items once they are selected on the diagram canvas.

See Also

Properties Panel

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace