Skip to main content

BottomSheet.UpdateSizeToContent Property

Gets or sets whether the Bottom Sheet should be resized to fit its content. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool UpdateSizeToContent { get; set; }

Property Value

Type Description
Boolean

true to resize the Bottom Sheet to fit its content; otherwise false.

See Also