Class ToolbarItemDisplayOptions
Specifies the display options of a toolbar item in the Rad
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
Text
Specifies that the toolbar item should display a text.
Declaration
public const ToolbarItemDisplayOptions Text
Field Value
value__
Declaration
public int value__
Field Value
System.
|