XtraTabPage.Size Property
Gets or sets the control’s height and width.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size Size { get; set; }
Property Value
| Type | Description |
|---|---|
| Size | A |
See Also