Class DatePickerColumnHeaderView
Represents a class which is used to customize all the properties of column header view of the SfDatePicker.
Inheritance
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class DatePickerColumnHeaderView : Element, IThemeElement
Constructors
DatePickerColumnHeaderView()
Initializes a new instance of the DatePickerColumnHeaderView class.
Declaration
public DatePickerColumnHeaderView()
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. |
DayHeaderTextProperty
Identifies the DayHeaderText dependency property.
Declaration
public static readonly BindableProperty DayHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for DayHeaderText 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. |
MonthHeaderTextProperty
Identifies the MonthHeaderText dependency property.
Declaration
public static readonly BindableProperty MonthHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for MonthHeaderText 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. |
YearHeaderTextProperty
Identifies the YearHeaderText dependency property.
Declaration
public static readonly BindableProperty YearHeaderTextProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for YearHeaderText dependency property. |
Properties
Background
Gets or sets the background of the column header view in SfDatePicker.
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
DayHeaderText
Gets or sets the value to day header text in SfDatePicker.
Declaration
public string DayHeaderText { get; set; }
Property Value
Type |
---|
System.String |
DividerColor
Gets or sets the background of the column header separator line background in SfDatePicker.
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 SfDatePicker.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
MonthHeaderText
Gets or sets the value to month header text in SfDatePicker.
Declaration
public string MonthHeaderText { get; set; }
Property Value
Type |
---|
System.String |
TextStyle
Gets or sets the text style of the column header text in SfDatePicker.
Declaration
public PickerTextStyle TextStyle { get; set; }
Property Value
Type |
---|
PickerTextStyle |
YearHeaderText
Gets or sets the value to year header text in SfDatePicker.
Declaration
public string YearHeaderText { get; set; }
Property Value
Type |
---|
System.String |