DateEditControl..::..DateFormatType Property
Gets or sets the type of the date format. This is a bind-able property.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public DateFormatTypes DateFormatType { get; set; }
Public Property DateFormatType As DateFormatTypes Get Set
public: property DateFormatTypes^ DateFormatType { DateFormatTypes^ get (); void set (DateFormatTypes^ value); }