Skip to main content
A newer version of this page is available. .
Tab

DateEditTimeSectionProperties Members

Contains settings specific to the time section.

Constructors

Name Description
DateEditTimeSectionProperties(DateEditProperties) Initializes a new instance of the DateEditTimeSectionProperties class with the specified owner.

Properties

Name Description
Adaptive Gets or sets a value specifying whether the adaptive mode is enabled for ASPxDateEdit‘s time section.
CancelButtonText Gets or sets the text displayed within the Cancel button of the date edit’s time section.
ClockCellStyle Gets the style settings defining the date edit’s clock cell appearance.
ClockFaceImage Provides access to the settings that define a ClockFace image.
HourHandImage Provides access to the settings that define a clock hour hand image.
MinuteHandImage Provides access to the settings that define a clock minute hand image.
OkButtonText Gets or sets the text displayed within the Ok button of the date edit’s time section.
SecondHandImage Provides access to the settings that define a clock’s second hand image.
ShowCancelButton Gets or sets a value that specifies whether the Cancel button is displayed within the time section.
ShowHourHand Gets or sets a value that specifies whether the hour hand is displayed on the clock.
ShowHourWheel Specifies whether the date edit shows the hour wheel.
ShowMillisecondWheel Specifies whether the date edit shows the millisecond wheel.
ShowMinuteHand Gets or sets a value that specifies whether the minute hand is displayed on the clock.
ShowMinuteWheel Specifies whether the date edit shows the minute wheel.
ShowOkButton Gets or sets a value that specifies whether the Ok button is displayed within the time section.
ShowSecondHand Gets or sets a value that specifies whether the second hand is displayed on the clock.
ShowSecondWheel Specifies whether the date edit shows the second wheel.
TimeEditCellStyle Gets the style settings defining the date edit’s time edit cell appearance.
TimeEditProperties Gets the settings of the time edit.
Visible Gets or sets a value that specifies whether the time section is visible.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also