Class HyperlinkCellStyleInfoStore
Initializes a new instance of the HyperlinkCellStyleInfoStore class.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class HyperlinkCellStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
HyperlinkCellStyleInfoStore()
Initializes a new instance of the HyperlinkCellStyleInfoStore class.
Declaration
public HyperlinkCellStyleInfoStore()
HyperlinkCellStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the HyperlinkCellStyleInfoStore class.
Declaration
protected HyperlinkCellStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
DefaultLinkColorProperty
Provides information about the DefaultLinkColor property.
Declaration
public static readonly StyleInfoProperty DefaultLinkColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoveredLinkColorProperty
Provides information about the HoveredLinkColor property.
Declaration
public static readonly StyleInfoProperty HoveredLinkColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowUnderlineProperty
Provides information about the ShowUnderline property.
Declaration
public static readonly StyleInfoProperty ShowUnderlineProperty
Field Value
Type |
---|
StyleInfoProperty |
VisitedLinkColorProperty
Provides information about the VisitedLinkColor property.
Declaration
public static readonly StyleInfoProperty VisitedLinkColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to gets the static data.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Overridden to create the exact copy of the current instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Returns the copied object. |