Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListEditDataColumn.DisplayFormat Property

This member supports the internal infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public override string DisplayFormat { get; set; }

Property Value

Type
String

Remarks

To specify the pattern used to format column values, use the column editor’s EditPropertiesBase.DisplayFormatString property.

See Also