Back to Devexpress

HyperLinkSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-8ec77ccd.md

latest2.4 KB
Original Source

HyperLinkSettings Class

Contains the HyperLink extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class HyperLinkSettings :
    EditorSettings
vb
Public Class HyperLinkSettings
    Inherits EditorSettings

Remarks

To declare the HyperLink in a View, invoke the ExtensionsFactory.HyperLink helper method. This method returns the HyperLink extension that is implemented by the HyperLinkExtension class.

To configure the HyperLink extension, pass the HyperLinkSettings object to the ExtensionsFactory.HyperLink helper method as a parameter. The HyperLinkSettings object contains all the HyperLink extension settings.

Refer to the HyperLink Overview topic to learn how to add the HyperLink extension to your project.

To access the HyperLink specific settings, refer to the HyperLinkSettings.Properties property.

Inheritance

Object SettingsBase EditorSettings HyperLinkSettings

See Also

HyperLinkSettings Members

HyperLink

HyperLinkExtension

DevExpress.Web.Mvc Namespace