A newer version of this page is available.
Switch to the current version.
DateEditTimeSectionProperties.Visible Property
Gets or sets a value that specifies whether the time section is visible.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(false)]
public bool Visible { get; set; }
<DefaultValue(False)>
Public Property Visible As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if the section is visible; otherwise false. |
See Also
Feedback