Skip to main content

TreeListExportStyles.Image Property

Gets the appearance settings used to paint images when the tree list is exported.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListExportAppearance Image { get; }

Property Value

Type Description
TreeListExportAppearance

A TreeListExportAppearance object that contains appearance settings used to paint images when the tree list is exported.

See Also