Skip to main content

XlDocumentView.ShowHorizontalScrollBar Property

Gets or sets whether to show a horizontal scrollbar.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool ShowHorizontalScrollBar { get; set; }

Property Value

Type Description
Boolean

true to show the horizontal scrollbar; otherwise, false.

See Also