Class PickerFooterView
Represents a class which is used to customize all the properties of footer view of the SfPicker.
Inheritance
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class PickerFooterView : Element
Constructors
PickerFooterView()
Declaration
public PickerFooterView()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Background dependency property. |
CancelButtonTextProperty
Identifies the CancelButtonText dependency property.
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for CancelButtonText dependency property. |
DividerColorProperty
Identifies the DividerColor dependency property.
Declaration
public static readonly BindableProperty DividerColorProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for DividerColor dependency property. |
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Height dependency property. |
OkButtonTextProperty
Identifies the OkButtonText dependency property.
Declaration
public static readonly BindableProperty OkButtonTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for OkButtonText dependency property. |
ShowOkButtonProperty
Identifies the ShowOkButton dependency property.
Declaration
public static readonly BindableProperty ShowOkButtonProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for ShowOkButton dependency property. |
TextStyleProperty
Identifies the TextStyle dependency property.
Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for TextStyle dependency property. |
Properties
Background
Gets or sets the background of the footer view in SfPicker.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
CancelButtonText
Gets or sets the cancel button text in the footer view of SfPicker.
Declaration
public string CancelButtonText { get; set; }
Property Value
Type |
---|
System.String |
DividerColor
Gets or sets the background of the footer separator line background in SfPicker.
Declaration
public Color DividerColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
Height
Gets or sets the value to specify the height of footer view on SfPicker.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
OkButtonText
Gets or sets the ok button text in the footer view of SfPicker.
Declaration
public string OkButtonText { get; set; }
Property Value
Type |
---|
System.String |
ShowOkButton
Gets or sets a value indicating whether to show the cancel button in the footer view of SfPicker.
Declaration
public bool ShowOkButton { get; set; }
Property Value
Type |
---|
System.Boolean |
TextStyle
Gets or sets the ok and cancel button text style in the footer view of SfPicker.
Declaration
public PickerTextStyle TextStyle { get; set; }
Property Value
Type |
---|
PickerTextStyle |