DateInputSettingDisplayDateFormat Property |
Gets or sets the display date format used by
KaxDateSetting.(Visible when the control is not on focus.)
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string DisplayDateFormat { get; set; }
Public Overridable Property DisplayDateFormat As String
Get
Set
public:
virtual property String^ DisplayDateFormat {
String^ get ();
void set (String^ value);
}
abstract DisplayDateFormat : string with get, set
override DisplayDateFormat : string with get, set
Property Value
Type:
String
A string specifying the display date format used by
KaxDateSetting. The default value is "d" (short date format). If the
DisplayDateFormat is left blank, the
DateFormat will
be used both for editing and display.
See Also