New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
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

Initializes a new instance of the DropDownListButtonToolbarItemViewContent class.

C#
public DropDownListButtonToolbarItemViewContent()

Fields

ItemSpacingProperty

BindableProperty

Identifies the ItemSpacing property.

C#
public static readonly BindableProperty ItemSpacingProperty

ItemsSourceProperty

BindableProperty

Identifies the ItemsSource property.

C#
public static readonly BindableProperty ItemsSourceProperty

LayoutModeProperty

BindableProperty

Identifies the LayoutMode property.

C#
public static readonly BindableProperty LayoutModeProperty

LineSpacingProperty

BindableProperty

Identifies the LineSpacing property.

C#
public static readonly BindableProperty LineSpacingProperty

OrientationProperty

BindableProperty

Identifies the Orientation property.

C#
public static readonly BindableProperty OrientationProperty

Properties

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

C#
public double ItemSpacing { get; set; }

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

C#
public IList ItemsSource { get; set; }

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

C#
public ToolbarDropDownLayoutMode LayoutMode { get; set; }

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.

C#
public double LineSpacing { get; set; }

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

C#
public ToolbarOrientation Orientation { get; set; }