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

TreeListExportStyles.Cell Property

Gets the appearance settings used to paint data cells when the ASPxTreeList is exported.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListExportAppearance Cell { get; }

Property Value

Type Description
TreeListExportAppearance

A TreeListExportAppearance object that contains appearance settings.

See Also