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