Back to Devexpress

DocumentViewerBase.MaxPageColumns Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-8ad4a0b2.md

latest1.7 KB
Original Source

DocumentViewerBase.MaxPageColumns Property

Gets the maximum number of columns for multi-page reports displayed within the DocumentViewer.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public int MaxPageColumns { get; }
vb
<Browsable(False)>
Public ReadOnly Property MaxPageColumns As Integer

Property Value

TypeDescription
Int32

An integer value, specifying the maximum number of columns in a multi-page report.

|

Remarks

The number of page columns will not exceed the MaxPageColumns property value.

See Also

MaxPageRows

SetPageView

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace