Visual representation of the drop-down list content in a DropDownListButtonToolbarItemView.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class DropDownListButtonToolbarItemViewContent : DropDownButtonToolbarItemViewContent, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewDropDownButtonToolbarItemViewContentDropDownListButtonToolbarItemViewContent...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the DropDownListButtonToolbarItemViewContent class.
public DropDownListButtonToolbarItemViewContent()
Fields
ItemSpacingProperty
BindableProperty
Identifies the ItemSpacing property.
public static readonly BindableProperty ItemSpacingProperty
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
public static readonly BindableProperty ItemsSourceProperty
LayoutModeProperty
BindableProperty
Identifies the LayoutMode property.
public static readonly BindableProperty LayoutModeProperty
LineSpacingProperty
BindableProperty
Identifies the LineSpacing property.
public static readonly BindableProperty LineSpacingProperty
OrientationProperty
BindableProperty
Identifies the Orientation property.
public static readonly BindableProperty OrientationProperty
Properties
Gets or sets the spacing in pixels between the items in the drop-down list.
public double ItemSpacing { get; set; }
Gets or sets a collection of items to display in the drop-down list.
public IList ItemsSource { get; set; }
Gets or sets the layout mode of the drop-down list. For more information see the ToolbarDropDownLayoutMode type.
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.
public double LineSpacing { get; set; }
Gets or sets the orientation of the drop-down list. For more information see the ToolbarOrientation type.
public ToolbarOrientation Orientation { get; set; }