Gets or sets the current item's size.
Namespace:DevExpress.Utils
Assembly:DevExpress.Utils.v18.2.dll

Syntax
C# |
public Size Size { get; set; }
|
VB |
Public Property Size As Size
|
Property value
Type: Size
A System.Drawing.Size structure that specifies the current item's height and width.

See Also