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

CarouselPanel.IsAutoSizeItem Property

Gets or sets whether carousel items are automatically resized when changing the control’s size.

Namespace: DevExpress.Xpf.Carousel

Assembly: DevExpress.Xpf.Carousel.v19.2.dll

Declaration

public bool IsAutoSizeItem { get; set; }

Property Value

Type Description
Boolean

true to automatically resize items with the parent control; otherwise false.

See Also