BootstrapDateEditTimeSectionPropertiesBuilder Methods
Contains settings specific to the Date Edit control’s time section.| Name | Description |
|---|---|
| CancelButtonText(String) | Sets the text displayed within the Cancel button of the date edit’s time section. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Equals(Object, Object) | Determines whether the specified object instances are considered equal. 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() | Creates a shallow copy of the current Object. Inherited from Object. |
| OkButtonText(String) | Sets the text displayed within the Ok button of the date edit’s time section. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ShowCancelButton(Boolean) | Sets a value that specifies whether the Cancel button is displayed within the time section. |
| ShowOkButton(Boolean) | Sets a value that specifies whether the Ok button is displayed within the time section. |
| TimeEditProperties(Action<BootstrapDateEditTimeEditPropertiesBuilder>) | The time edit settings. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Visible(Boolean) | Sets a value that specifies whether the time section is visible. |
See Also