Xceed Grid for WinForms v4.3 Documentation
GradientMap Property (GridControl)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : GradientMap Property
Gets or sets the gradient map of the GridControl.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<TypeConverterAttribute("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DescriptionAttribute("Represents the GradientMap of the grid control.")>
<CategoryAttribute("Appearance")>
<ApplyToDesignerAttribute(True)>
Public Property GradientMap As GradientMap
'Usage
 
Dim instance As GridControl
Dim value As GradientMap
 
instance.GradientMap = value
 
value = instance.GradientMap
[XmlIgnore()]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[TypeConverter("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[Description("Represents the GradientMap of the grid control.")]
[Category("Appearance")]
[ApplyToDesigner(true)]
public GradientMap GradientMap {get; set;}

Property Value

A reference to a GradientMap object representing the gradient map of the grid control.
Remarks

To reset the value of the GradientMap property to its default value, DefaultGradientMap, the ResetGradientMap method must be called.

The GradientMap property cannot be null.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members