DataFormDateEditorAttribute.MinDate Property
Gets or sets the minimum date that users can assign to the editor.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string MinDate { get; set; }
Property Value
Type | Description |
---|---|
String | A value that specifies a date. |
See Also