Skip to main content

ToolbarContentItemBase.ShowIcon Property

Gets or sets whether a ToolbarContentItemBase descendant’s icon is displayed. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool ShowIcon { get; set; }

Property Value

Type Description
Boolean

true to display the ToolbarContentItemBase descendant’s icon; otherwise false.

See Also