Enum
ToolbarItemDisplayOptions

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:

cs-api-definition
[Flags]
public enum ToolbarItemDisplayOptions

Fields

Image

Specifies that the toolbar item should display an image.

Declaration

cs-api-definition
Image = 2

Field Value

ToolbarItemDisplayOptions

Text

Specifies that the toolbar item should display a text.

Declaration

cs-api-definition
Text = 1

Field Value

ToolbarItemDisplayOptions

In this article
DefinitionFieldsImageText
Not finding the help you need?
Contact Support