DropDownResizeStartedEventArgs.Size Property
Returns the initial window size.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v26.1.dll
Declaration
public Size Size { get; }
Property Value
| Type | Description |
|---|---|
| Size | An object that stores the window size. |
See Also