Back to Devexpress

HyperLinkProperties Class

aspnet-devexpress-dot-web-7ee73dba.md

latest3.7 KB
Original Source

HyperLinkProperties Class

Contains settings specific to a hyperlink editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HyperLinkProperties :
    StaticEditProperties
vb
Public Class HyperLinkProperties
    Inherits StaticEditProperties

The following members return HyperLinkProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewHyperLinkColumn.PropertiesHyperLinkEdit
FilterControlHyperLinkColumn.PropertiesHyperLinkEdit
GridViewDataHyperLinkColumn.PropertiesHyperLinkEdit
TreeListHyperLinkColumn.PropertiesHyperLink
VerticalGridHyperLinkRow.PropertiesHyperLinkEdit
ASP.NET MVC ExtensionsMVCxHyperLink.Properties

Remarks

The HyperLinkProperties class contains settings specific to the ASPxHyperLink editor type.

In addition to the common static editor settings inherited from its ancestor, the HyperLinkProperties class implements type specific properties that, in particular, allow the editor’s hyperlink settings to be defined explicitly (HyperLinkProperties.Text and HyperLinkProperties.ImageUrl) or be taken from specific data fields (HyperLinkProperties.TextField and HyperLinkProperties.ImageUrlField), specific formatting to be applied to the hyperlink’s caption text or navigation location (HyperLinkProperties.TextFormatString and HyperLinkProperties.NavigateUrlFormatString) and the frame at which to target the URL content to be displayed (HyperLinkProperties.Target).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase StaticEditProperties HyperLinkProperties BootstrapHyperLinkProperties

MVCxHyperLinkProperties

MVCxColumnHyperLinkProperties

See Also

HyperLinkProperties Members

Hyperlink

DevExpress.Web Namespace