PGridCustomEditorRow.Grid Property
Gets the property grid that contains this row.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v20.2.dll
Declaration
[Browsable(false)]
public PropertyGridControl Grid { get; }
<Browsable(False)>
Public ReadOnly Property Grid As PropertyGridControl
Property Value
Type | Description |
---|---|
PropertyGridControl | An object that specifies a property grid. |
See Also
Feedback