Class TimePickerColumnHeaderView
Represents a class which is used to customize all the properties of column header view of the SfTimePicker.
Inheritance
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class TimePickerColumnHeaderView : Element, IThemeElement
Constructors
TimePickerColumnHeaderView()
Initializes a new instance of the TimePickerColumnHeaderView class.
Declaration
public TimePickerColumnHeaderView()
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. |
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. |
HourHeaderTextProperty
Identifies the HourHeaderText dependency property.
Declaration
public static readonly BindableProperty HourHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for HourHeaderText dependency property. |
MeridiemHeaderTextProperty
Identifies the MeridiemHeaderText dependency property.
Declaration
public static readonly BindableProperty MeridiemHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for MeridiemHeaderText dependency property. |
MinuteHeaderTextProperty
Identifies the MinuteHeaderText dependency property.
Declaration
public static readonly BindableProperty MinuteHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for MinuteHeaderText dependency property. |
SecondHeaderTextProperty
Identifies the SecondHeaderText dependency property.
Declaration
public static readonly BindableProperty SecondHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for SecondHeaderText 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 column header view in SfTimePicker.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
DividerColor
Gets or sets the background of the column header separator line background in SfTimePicker.
Declaration
public Color DividerColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
Height
Gets or sets the value to specify the height of column header view on SfTimePicker.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
HourHeaderText
Gets or sets the value to hour header text in SfTimePicker.
Declaration
public string HourHeaderText { get; set; }
Property Value
Type |
---|
System.String |
MeridiemHeaderText
Gets or sets the value to meridiem header text in SfTimePicker.
Declaration
public string MeridiemHeaderText { get; set; }
Property Value
Type |
---|
System.String |
MinuteHeaderText
Gets or sets the value to minute header text in SfTimePicker.
Declaration
public string MinuteHeaderText { get; set; }
Property Value
Type |
---|
System.String |
SecondHeaderText
Gets or sets the value to second header text in SfTimePicker.
Declaration
public string SecondHeaderText { get; set; }
Property Value
Type |
---|
System.String |
TextStyle
Gets or sets the text style of the column header text in SfTimePicker.
Declaration
public PickerTextStyle TextStyle { get; set; }
Property Value
Type |
---|
PickerTextStyle |