Class
DropDownListButtonToolbarItemViewContent

Visual representation of the drop-down list content in a DropDownListButtonToolbarItemView.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class DropDownListButtonToolbarItemViewContent : DropDownButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewDropDownButtonToolbarItemViewContentDropDownListButtonToolbarItemViewContent

Derived Classes: DropDownMenuButtonToolbarItemViewContentListPickerButtonToolbarItemViewContent

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

DropDownListButtonToolbarItemViewContent()

Initializes a new instance of the DropDownListButtonToolbarItemViewContent class.

Declaration

cs-api-definition
public DropDownListButtonToolbarItemViewContent()

Fields

ItemSpacingProperty

Identifies the ItemSpacing property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemSpacingProperty

Field Value

BindableProperty

ItemsSourceProperty

Identifies the ItemsSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemsSourceProperty

Field Value

BindableProperty

LayoutModeProperty

Identifies the LayoutMode property.

Declaration

cs-api-definition
public static readonly BindableProperty LayoutModeProperty

Field Value

BindableProperty

LineSpacingProperty

Identifies the LineSpacing property.

Declaration

cs-api-definition
public static readonly BindableProperty LineSpacingProperty

Field Value

BindableProperty

OrientationProperty

Identifies the Orientation property.

Declaration

cs-api-definition
public static readonly BindableProperty OrientationProperty

Field Value

BindableProperty

Properties

ItemSpacing

Gets or sets the spacing in pixels between the items in the drop-down list.

Declaration

cs-api-definition
public double ItemSpacing { get; set; }

Property Value

double

ItemsSource

Gets or sets a collection of items to display in the drop-down list.

Declaration

cs-api-definition
public IList ItemsSource { get; set; }

Property Value

IList

LayoutMode

Gets or sets the layout mode of the drop-down list. For more information see the ToolbarDropDownLayoutMode type.

Declaration

cs-api-definition
public ToolbarDropDownLayoutMode LayoutMode { get; set; }

Property Value

ToolbarDropDownLayoutMode

LineSpacing

Gets or sets the spacing in pixels between the lines of items in the drop-down list. This property has effect when the drop-down list is in a multi-line wrap layout mode. For more information see the LayoutMode property.

Declaration

cs-api-definition
public double LineSpacing { get; set; }

Property Value

double

Orientation

Gets or sets the orientation of the drop-down list. For more information see the ToolbarOrientation type.

Declaration

cs-api-definition
public ToolbarOrientation Orientation { get; set; }

Property Value

ToolbarOrientation