GrapeCity MultiRow Windows Forms Documentation
DisabledBackColor Property


Gets or sets the disabled background color of the Cell.
Syntax
<DefaultValueAttribute()>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("Indicates the background color when the cell's Enable property is set to false.")>
<SRCategoryAttribute("Appearance")>
Public Property DisabledBackColor As Color
Dim instance As CellStyle
Dim value As Color
 
instance.DisabledBackColor = value
 
value = instance.DisabledBackColor
[DefaultValue()]
[RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("Indicates the background color when the cell's Enable property is set to false.")]
[SRCategory("Appearance")]
public Color DisabledBackColor {get; set;}

Property Value

A System.Drawing.Color value that represents the disabled background color of the Cell in a disabled state. The default is Color.Empty.
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.