FlexGrid for WinForms
VisualStyle Property



Gets or sets a value that determines the overall appearance of the control.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets a value that determines the overall appearance of the control.")>
<CategoryAttribute("Appearance")>
Public Property VisualStyle As VisualStyle
'Usage
 
Dim instance As C1FlexGridBase
Dim value As VisualStyle
 
instance.VisualStyle = value
 
value = instance.VisualStyle
[C1Description("Gets or sets a value that determines the overall appearance of the control.")]
[Category("Appearance")]
public VisualStyle VisualStyle {get; set;}
[C1Description("Gets or sets a value that determines the overall appearance of the control.")]
[Category("Appearance")]
public:
property VisualStyle VisualStyle {
   VisualStyle get();
   void set (    VisualStyle value);
}
Remarks

This property allows you to quickly customize the appearance of the grid so it matches the appearance of your application.

The settings available include System, various Microsoft Office color schemes, and Custom, which relies on the control's standard styles and appearance properties.

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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback