The DateTimeNumericDisplayElement type exposes the following members.

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from DateTimeDisplayElement.)

Properties

  NameDescription
Culture
Gets the culture of the containing DateTimePicker control.
(Inherited from DateTimeDisplayElement.)
ElementType
Gets the DateTimeDisplayElementType of the element.
(Overrides DateTimeDisplayElement..::.ElementType.)
EstimatedProportion
Gets an estimated size requirement relative to other elements in the same control. This can be used by panels to size the user interface elements.
(Inherited from DateTimeDisplayElement.)
Maximum
Gets the maximum permitted value.
Minimum
Gets the minimum permitted value.
Precision
Gets the precision. Values should, if necessary, be displayed padded with leading zeroes until there are at least as many digits as specified by the precision.
Value
Gets or sets the numeric value.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
(Inherited from DateTimeDisplayElement.)

See Also