Back to Devexpress

PGridCustomEditorRow.EditorSize Property

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

latest1.4 KB
Original Source

PGridCustomEditorRow.EditorSize Property

Gets the editor size.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size EditorSize { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property EditorSize As Size

Property Value

TypeDescription
Size

A Size structure that specifies a size.

|

See Also

PGridCustomEditorRow Class

PGridCustomEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace