Skip to main content

TreeListExportStyles Class

Provides the style settings used to paint the visual elements displayed within the ASPxTreeList when it is exported.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListExportStyles :
    PropertiesBase

The following members return TreeListExportStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxTreeList.StylesExport
ASPxTreeListExporter.Styles
ASP.NET MVC Extensions MVCxTreeListSettingsExport.Styles

Remarks

These settings can be accessed using the ASPxTreeListExporter.Styles property.

Implements

See Also