Skip to main content

ToolbarContentItemBase.IsClippedToBounds Property

Gets or sets whether a ToolbarContentItemBase descendant should clip child controls to its bounds. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool IsClippedToBounds { get; set; }

Property Value

Type Description
Boolean

true if the ToolbarContentItemBase descendant’s children are clipped; otherwise, false.

See Also