Skip to main content

ContextItem.Size Property

Gets or sets the current item’s size.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public Size Size { get; set; }

Property Value

Type Description
Size

A System.Drawing.Size structure that specifies the current item’s height and width.

See Also