ClassDropDownListButtonToolbarItemViewContent
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
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
BindableProperty
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
LayoutModeProperty
Identifies the LayoutMode property.
Declaration
public static readonly BindableProperty LayoutModeProperty
Field Value
BindableProperty
LineSpacingProperty
Identifies the LineSpacing property.
Declaration
public static readonly BindableProperty LineSpacingProperty
Field Value
BindableProperty
OrientationProperty
Identifies the Orientation property.
Declaration
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.
ItemsSource
Gets or sets a collection of items to display in the drop-down list.
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
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.
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