Skip to main content

LayoutChangedEventArgs.ChangeType Property

Returns the type of changes applied to ChartRangeControlClient.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public LayoutChangedType ChangeType { get; }

Property Value

Type Description
LayoutChangedType

The type of changes that are applied to ChartRangeControlClient.

Available values:

Name Description
Layout

The layout is changed when the ChartRangeControlClient is rendered or resized.

Data

The selected data range is changed.

See Also