DateColumn.UseNativePicker Property
In This Article
Gets or sets whether to use a platform-specific (native) or cross-platform (default) date picker.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
[XtraSerializableProperty]
public bool UseNativePicker { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also