Xceed SmartUI for WinForms v3.6 Documentation
BackColor Property (SmartItemCollection)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItemCollection Class : BackColor Property
Gets or sets the background color of every SmartItem in the collection whose own BackColor property has not been explicitly set.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property BackColor As Color
'Usage
 
Dim instance As SmartItemCollection
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Color BackColor {get; set;}

Property Value

A System.Drawing.Color structure representing the background color of every SmartItem in the collection whose own BackColor property has not been explicitly set.
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

SmartItemCollection Class
SmartItemCollection Members