Skip to main content
All docs
V19.2

ASPxTreeListExportRenderBrickEventArgs.TextValueFormatString Property

Gets or sets the pattern used to format values.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public string TextValueFormatString { get; set; }

Property Value

Type Description
String

The pattern used to format values.

See Also