General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
ASPxTreeList.PreviewFieldName Property
Gets or sets the name of the data source field whose values are displayed within preview rows.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
[DefaultValue("")]
public string PreviewFieldName { get; set; }
<DefaultValue("")>
Public Property PreviewFieldName As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the name of the data source field whose values are displayed within preview rows. |
Remarks
To display preview rows, set the TreeListSettings.ShowPreview property to true.
See Also
Feedback