Skip to main content
Tab

ASPxDockPanel.ShowOnPageLoad Property

Gets or sets a value that specifies whether the panel is automatically displayed when a client browser loads the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public override bool ShowOnPageLoad { get; set; }

Property Value

Type Default Description
Boolean true

true if the panel is displayed on the page load; otherwise, false.

See Also