Skip to main content

IRangeControlClient.Invalidate(Rect) Method

Invalidates the specified region occupied by the range control client.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

void Invalidate(
    Rect bounds
)

Parameters

Name Type Description
bounds Rect

A Rect structure which represents the region to invalidate.

See Also