Class GridHyperlinkCellContentElement
Element containing hyperlink.
Inheritance
System.Object
    
    
    
    
    
    
    
    
    GridHyperlinkCellContentElement
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridHyperlinkCellContentElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
  Constructors
GridHyperlinkCellContentElement()
Initializes a new instance of the GridHyperlinkCellContentElement class.
Declaration
public GridHyperlinkCellContentElement()
  Fields
VisitedProperty
Properties
Visited
Gets or sets a value indicating if the link has been opened by the user.
Declaration
public virtual bool Visited { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Methods
DisposeManagedResources()
Disposes managed resources.
Declaration
protected override void DisposeManagedResources()
  Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()