Skip to main content
All docs
V23.2

GanttDateEditTimeSectionProperties Members

Contains settings of the time section in the GanttDateTimeColumn editor’s drop-down window.

Constructors

Name Description
GanttDateEditTimeSectionProperties(IPropertiesOwner) Initializes a new instance of the GanttDateEditTimeSectionProperties class with specified settings.

Properties

Name Description
CancelButtonText Gets or sets the text displayed within the Cancel button of the date edit’s time section. Inherited from DateEditTimeSectionProperties.
ClockCellStyle Gets the style settings defining the date edit’s clock cell appearance. Inherited from DateEditTimeSectionProperties.
ClockFaceImage Provides access to the settings that define a ClockFace image. Inherited from DateEditTimeSectionProperties.
HourHandImage Provides access to the settings that define a clock hour hand image. Inherited from DateEditTimeSectionProperties.
MinuteHandImage Provides access to the settings that define a clock minute hand image. Inherited from DateEditTimeSectionProperties.
OkButtonText Gets or sets the text displayed within the Ok button of the date edit’s time section. Inherited from DateEditTimeSectionProperties.
SecondHandImage Provides access to the settings that define a clock’s second hand image. Inherited from DateEditTimeSectionProperties.
ShowCancelButton Gets or sets a value that specifies whether the Cancel button is displayed within the time section. Inherited from DateEditTimeSectionProperties.
ShowHourHand Gets or sets a value that specifies whether the hour hand is displayed on the clock. Inherited from DateEditTimeSectionProperties.
ShowHourWheel Specifies whether the date edit shows the hour wheel. Inherited from DateEditTimeSectionProperties.
ShowMillisecondWheel Specifies whether the date edit shows the millisecond wheel. Inherited from DateEditTimeSectionProperties.
ShowMinuteHand Gets or sets a value that specifies whether the minute hand is displayed on the clock. Inherited from DateEditTimeSectionProperties.
ShowMinuteWheel Specifies whether the date edit shows the minute wheel. Inherited from DateEditTimeSectionProperties.
ShowOkButton Gets or sets a value that specifies whether the Ok button is displayed within the time section. Inherited from DateEditTimeSectionProperties.
ShowSecondHand Gets or sets a value that specifies whether the second hand is displayed on the clock. Inherited from DateEditTimeSectionProperties.
ShowSecondWheel Specifies whether the date edit shows the second wheel. Inherited from DateEditTimeSectionProperties.
TimeEditCellStyle Gets the style settings defining the date edit’s time edit cell appearance. Inherited from DateEditTimeSectionProperties.
TimeEditProperties Gets the settings of the time edit. Inherited from DateEditTimeSectionProperties.
Visible Gets or sets the visibility of the time section in the GanttDateTimeColumn editor’s drop-down window.

Methods

Name Description
Assign(PropertiesBase) Copies settings of the specified 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