Back to Devexpress

TreeListHyperLinkColumn Class

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

latest3.0 KB
Original Source

TreeListHyperLinkColumn Class

Represents a data column with hyperlink functionality.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Remarks

A hyperlink column presents its contents as hyperlinks. Its cell values specify URLs to where the client web browser will navigate when a hyperlink is clicked. These values are obtained from the data field specified by the column’s TreeListDataColumn.FieldName property.

The column editor’s settings can be accessed and customized using the TreeListHyperLinkColumn.PropertiesHyperLink property.

For instance, you can specify the data field whose values are displayed within cell editors. To do this, use the HyperLinkProperties.TextField property. The HyperLinkProperties.NavigateUrlFormatString property can be used to specify the pattern used to format the navigation location for the inplace editor’s hyperlink.

To learn more, see Data and Command Columns.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListHyperLinkColumn

See Also

TreeListHyperLinkColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace