Intersoft WebGrid Documentation
DefaultStyleKind Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : DefaultStyleKind Enumeration






Value representing the mode of default style when UseDefaultStyle is enabled.

Syntax

Visual Basic (Declaration) 
Public Enum DefaultStyleKind 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DefaultStyleKind
C# 
public enum DefaultStyleKind : System.Enum 
Delphi 
public enum DefaultStyleKind = class(System.Enum)
JScript 
public enum DefaultStyleKind extends System.Enum
Managed Extensions for C++ 
__value public enum DefaultStyleKind : public System.Enum 
C++/CLI 
public enum class DefaultStyleKind : public System.Enum 

Members

MemberDescription
Black 
ElegantThe new style introduced in WebGrid.NET Enterprise 5.0. The ElegantStyle mode shows modern visual such as glass backgrounds combined with soft blue backgrounds.
Silver 
StandardThe Classic WebGrid style which has been improved to use more neutral colors. By default, Standard Style is used when the DefaultStyle is enabled.
Win7 

Remarks

You can easily change the WebGrid's appearance to use the Elegant style by simply setting the DefaultStyleMode to ElegantStyle. The new ElegantStyle is designed to deliver visually compelling user interface and better user experience.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.DefaultStyleKind

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.