Skip to main content
All docs
V19.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.v19.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