Back to Devexpress

PGridCustomEditorRow.Grid Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-pgridcustomeditorrow.md

latest1.3 KB
Original Source

PGridCustomEditorRow.Grid Property

Gets the property grid that contains this row.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public PropertyGridControl Grid { get; }
vb
<Browsable(False)>
Public ReadOnly Property Grid As PropertyGridControl

Property Value

TypeDescription
PropertyGridControl

An object that specifies a property grid.

|

See Also

PGridCustomEditorRow Class

PGridCustomEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace