Skip to main content

RangeControlClientBase.ClientSize Property

Returns the client dimensions.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Size ClientSize { get; }

Property Value

Type Description
Size

A Windows.Foundation.Size object that represents the client dimensions.

See Also