Skip to main content
A newer version of this page is available. .

LayoutChangedType Enum

Lists the type of changes applied to ChartRangeControlClient.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum LayoutChangedType

Members

Name Description
Layout

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

Data

The selected data range is changed.

Related API Members

The following properties accept/return LayoutChangedType values:

See Also