ASPxTreeList.AutoGenerateServiceColumns Property
Gets or sets whether columns are automatically created for service fields in the underlying data source.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to automatically create columns for service fields in the underlying data source; otherwise, false. |
Remarks
By default, service columns bound to the ASPxTreeList.KeyFieldName and ASPxTreeList.ParentFieldName data fields, are not created. To automatically create columns for these data fields, enable the AutoGenerateServiceColumns option.
See Also
Feedback