Back to Devexpress

BootstrapGridViewHyperLinkColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-79b9e5d7.md

latest3.1 KB
Original Source

BootstrapGridViewHyperLinkColumn Class

Specifies a data column with hyperlink functionality.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewHyperLinkColumn :
    BootstrapGridViewEditDataColumn,
    IBootstrapGridHyperLinkColumn
vb
Public Class BootstrapGridViewHyperLinkColumn
    Inherits BootstrapGridViewEditDataColumn
    Implements IBootstrapGridHyperLinkColumn

Remarks

A hyperlink column presents its content 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 GridViewDataColumn.FieldName property.

The column editor’s settings can be accessed and customized using the BootstrapGridViewHyperLinkColumn.PropertiesHyperLinkEdit 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 Columns.

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewDataColumn BootstrapGridViewDataColumn BootstrapGridViewEditDataColumn BootstrapGridViewHyperLinkColumn

See Also

BootstrapGridViewHyperLinkColumn Members

Grid View

Data Columns

DevExpress.Web.Bootstrap Namespace