New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies the display options of a toolbar item in the RadToolbar control. This type supports a bitwise combination of its members to enable more than one option.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
[Flags]
public enum ToolbarItemDisplayOptions

Fields

Specifies that the toolbar item should display an image.

C#
Image = 2

Specifies that the toolbar item should display a text.

C#
Text = 1
In this article
DefinitionFieldsImageText
Not finding the help you need?
Contact Support