Back to Devexpress

PageSettings Class

aspnet-devexpress-dot-web-dot-aspxtreelist-64c55087.md

latest1.6 KB
Original Source

PageSettings Class

Provides settings for a printed (exported) document.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PageSettings :
    StateManager
vb
Public Class PageSettings
    Inherits StateManager

The following members return PageSettings objects:

Remarks

Use the PageSettings.Margins and PageSettings.Landscape properties to specify the margins and orientation of a printed report. These settings can be accessed via the ASPxTreeListPrintSettings.PageSettings property.

Implements

IStateManager

Inheritance

Object StateManager PageSettings

See Also

PageSettings Members

DevExpress.Web.ASPxTreeList Namespace