Class DataGridDateColumn
A column which is used to show any type of System.DateTime.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridDateColumn : DataGridColumn, IDisposable
Constructors
DataGridDateColumn()
Initializes a new instance of the DataGridDateColumn class.
Declaration
public DataGridDateColumn()
Fields
MaximumDateProperty
Identifies the MaximumDate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty MaximumDateProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Remarks
This Microsoft.Maui.Controls.BindableProperty is read-only.
MinimumDateProperty
Identifies the MinimumDate Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty MinimumDateProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Remarks
This Microsoft.Maui.Controls.BindableProperty is read-only.
Properties
MaximumDate
Gets or sets the maximum date to be available in the Microsoft.Maui.Controls.DatePicker in each record cell of the DataGridDateColumn.
Declaration
public DateTime MaximumDate { get; set; }
Property Value
Type |
---|
System.DateTime |
MinimumDate
Gets or sets the minimum date to be available in the Microsoft.Maui.Controls.DatePicker in each record cell of the DataGridDateColumn.
Declaration
public DateTime MinimumDate { get; set; }
Property Value
Type |
---|
System.DateTime |
Implements
System.IDisposable