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