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

DateEditTimeSectionProperties.Visible Property

Gets or sets a value that specifies whether the time section is visible.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the section is visible; otherwise false.

See Also