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