Class 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.
Inheritance
System.Object
ToolbarItemDisplayOptions
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ToolbarItemDisplayOptions : Enum
Fields
Image
Specifies that the toolbar item should display an image.
Declaration
public const ToolbarItemDisplayOptions Image
Field Value
ToolbarItemDisplayOptions
|
Text
Specifies that the toolbar item should display a text.
Declaration
public const ToolbarItemDisplayOptions Text
Field Value
ToolbarItemDisplayOptions
|
value__
Declaration
public int value__
Field Value
System.Int32
|