Class DropDownButtonSettings
Sf ComboBox DropDownButtonSettings class.
Inheritance
System.Object
DropDownButtonSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public class DropDownButtonSettings : Object, INotifyPropertyChanged
Constructors
DropDownButtonSettings()
Initializes a new instance of the DropDownButtonSettings class.
Declaration
public DropDownButtonSettings()
Properties
BackgroundColor
Gets or sets the value that determines the Backgroundcolor of the button
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
FontColor
Gets or sets the value of Button font Color
Declaration
public UIColor FontColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
FontFamily
Gets or sets the vaalue of Button font Family
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontIcon
Gets or sets the value of Button Font Icon
Declaration
public string FontIcon { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets the value of FontSize
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets the value of Button height
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
HighlightedBackgroundColor
Gets or sets the value that determines the pressedcolor of the button
Declaration
public UIColor HighlightedBackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
HighlightFontColor
Gets or sets the value that determines the Backgroundcolor of the button
Declaration
public UIColor HighlightFontColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
Image
Gets or sets the value of Image
Declaration
public string Image { get; set; }
Property Value
Type |
---|
System.String |
View
Gets or sets the value of View
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |
Width
Gets or sets the value of Width
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Methods
RaiseOnPropertyChanged(String)
Raises the on property changed.
Declaration
protected virtual void RaiseOnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name. |
Events
PropertyChanged
Sf ComboBox PropertyChanged event.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged