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

ASPxDiagram.SettingsPage Property

Provides access to page settings.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v19.2.dll

Declaration

public DiagramPageSettings SettingsPage { get; }

Property Value

Type Description
DiagramPageSettings

An object that contains the page settings.

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Units="Cm" >
    <SettingsPage Width="21" Height="29.7" Color="#ccffcc" Orientation="Landscape" />
</dx:ASPxDiagram>

Note

If you call the server Import(String) or client Import(data) method, the method applies the imported page settings and the SettingsPage properties are ignored.

See Also