Back to Devexpress

ContextItem.Size Property

windowsforms-devexpress-dot-utils-dot-contextitem-27f2f692.md

latest1.1 KB
Original Source

ContextItem.Size Property

Gets or sets the current item’s size.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public Size Size { get; set; }
vb
<Browsable(False)>
Public Property Size As Size

Property Value

TypeDescription
Size

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

|

See Also

ContextItem Class

ContextItem Members

DevExpress.Utils Namespace