Skip to main content
Tab

DateEditTimeSectionProperties.Visible Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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