Class DropDownButtonSettings
The DropDownButtonSettings represents the class contains properties for drop-down button customizations.
Inheritance
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public class DropDownButtonSettings : Element
Constructors
DropDownButtonSettings()
Declaration
public DropDownButtonSettings()
Fields
HeightProperty
Identifies the Height bindable property. This property can be used to customize the drop-down button height in SfComboBox.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for the Height bindable property. |
ViewProperty
Identifies the View bindable property. This property can be used to customize the drop-down button in SfComboBox.
Declaration
public static readonly BindableProperty ViewProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for the View bindable property. |
WidthProperty
Identifies the Width bindable property. This property can be used to customize the drop-down button width in SfComboBox.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for the Width bindable property. |
Properties
Height
Gets or sets the height of the dropdown button.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 32. |
View
Gets or sets the value of View. This property can be used to customize the drop-down button in SfComboBox.
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Controls.View | The default value is null. |
Width
Gets or sets the width of the dropdown button.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 32. |