Xceed Grid for WinForms v4.3 Documentation
StatelessVisualGridElementStyle Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : StatelessVisualGridElementStyle Class
Represents the style of a VisualGridElement.
Syntax
'Declaration
 
<DesignerAttribute("Xceed.Grid.Design.StatelessVisualGridElementStyleDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DesignTimeVisibleAttribute(False)>
<DefaultPropertyAttribute("BackColor")>
<DefaultEventAttribute("BackColorChanged")>
<ToolboxItemAttribute(False)>
Public Class StatelessVisualGridElementStyle 
   Inherits GridElementStyle
'Usage
 
Dim instance As StatelessVisualGridElementStyle
[Designer("Xceed.Grid.Design.StatelessVisualGridElementStyleDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DesignTimeVisible(false)]
[DefaultProperty("BackColor")]
[DefaultEvent("BackColorChanged")]
[ToolboxItem(false)]
public class StatelessVisualGridElementStyle : GridElementStyle 
Remarks
If a property that modifies the appearance of the style is added to a derived class, the OnStyleChanged method must be called when the value of the property is modified, otherwise the grid will not be repainted to reflect the changes. This only applies to the GridControl.DataRowTemplateStyles.
Inheritance Hierarchy

System.Object
   Xceed.Grid.GridElementStyle
      Xceed.Grid.StatelessVisualGridElementStyle
         Xceed.Grid.GridStyle
         Xceed.Grid.VisualGridElementStyle

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

StatelessVisualGridElementStyle Members
Xceed.Grid Namespace