XtraTabPage.Size Property
In This Article
Gets or sets the control’s height and width.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size Size { get; set; }
#Property Value
Type | Description |
---|---|
Size | A |
See Also