Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxTreeListExportRenderBrickEventArgs.TextValueFormatString Property

Gets or sets the pattern used to format values.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public string TextValueFormatString { get; set; }

Property Value

Type Description
String

The pattern used to format values.

See Also