Back to Devexpress

TreeListTextColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-add13472.md

latest2.2 KB
Original Source

TreeListTextColumn Class

Represents a data column used to display string values.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListTextColumn :
    TreeListEditDataColumn
vb
Public Class TreeListTextColumn
    Inherits TreeListEditDataColumn

Remarks

The column editor’s settings can be accessed and customized using the TreeListTextColumn.PropertiesTextEdit property.

To learn more, see Data and Command Columns.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListTextColumn

See Also

TreeListTextColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace