Class
LabelToolbarItem

Represents a label in the RadToolbar control. The label can display a text and optionally an image next to it.

Definition

Constructors

LabelToolbarItem()

Declaration

cs-api-definition
public LabelToolbarItem()

Fields

ImageSourceProperty

Identifies the ImageSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageSourceProperty

Field Value

BindableProperty

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

Properties

ImageSource

Gets or sets the source of the image to display in the toolbar item. For more information see the ImageSource type.

Declaration

cs-api-definition
public ImageSource ImageSource { get; set; }

Property Value

ImageSource

Text

Gets or sets the text to display in the toolbar item.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string