Back to Devexpress

FilterControlHyperLinkColumn Class

aspnet-devexpress-dot-web-2663c66e.md

latest1.8 KB
Original Source

FilterControlHyperLinkColumn Class

Represents a filter column with the hyperlink functionality.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FilterControlHyperLinkColumn :
    FilterControlEditColumn
vb
Public Class FilterControlHyperLinkColumn
    Inherits FilterControlEditColumn

Remarks

Use the FilterControlHyperLinkColumn.PropertiesHyperLinkEdit property to access settings of an editor used to edit operand values for this type of filter column.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IBoundProperty

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem FilterControlColumn FilterControlEditColumn FilterControlHyperLinkColumn

See Also

FilterControlHyperLinkColumn Members

DevExpress.Web Namespace