PGridCustomEditorRow.Grid Property
In This Article
Gets the property grid that contains this row.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[Browsable(false)]
public PropertyGridControl Grid { get; }
#Property Value
Type | Description |
---|---|
Property |
An object that specifies a property grid. |
See Also