Skip to main content

ASPxTreeListPrintSettings Class

Provides print settings for a ASPxTreeList control.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxTreeListPrintSettings :
    PropertiesBase

The following members return ASPxTreeListPrintSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxTreeListExporter.Settings
ASP.NET MVC Extensions MVCxTreeListSettingsExport.PrintSettings

Remarks

These settings can be accessed via the ASPxTreeListExporter‘s ASPxTreeListExporter.Settings property.

Implements

See Also