BootstrapTimeEditCssClasses.Control Property
Gets or sets the name of a CSS class applied to the Time Edit control's root element.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue("")]
public override string Control { get; set; }
<DefaultValue("")>
Public Overrides Property Control As String
Property Value
Type | Default | Description |
---|---|---|
String | A string specifying the name of a CSS class. |
See Also
Feedback