Click or drag to resize
DateInputSetting Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsInputSetting
    Kettic.AspNet.ControlsDateInputSetting

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DateInputSetting : InputSetting, 
	IKaxDateInput

The DateInputSetting type exposes the following members.

Constructors
  NameDescription
Public methodDateInputSetting
Top
Methods
Properties
  NameDescription
Public propertyCode exampleCulture
Gets or sets the culture used by KaxDateSetting to format the date.
Public propertyDateFormat
Gets or sets the date and time format used by KaxDateSetting.
Public propertyDisplayDateFormat
Gets or sets the display date format used by KaxDateSetting.(Visible when the control is not on focus.)
Public propertyMaxDate
Gets or sets the largest date value allowed by KaxDateSetting.
Public propertyMinDate
Gets or sets the smallest date value allowed by KaxDateSetting.
Public propertyShortYearCenturyEnd
Gets or sets a value that indicates the end of the century that is used to interpret the year value when a short year (single-digit or two-digit year) is entered in the input.
Top
See Also