DateColumn.UseNativePicker Property
Gets or sets whether to use a platform-specific (native) or cross-platform (default) date picker. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool UseNativePicker { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also