Xceed Grid for WinForms v4.3 Documentation
Xceed.UI.v1.4 Assembly / Xceed.UI Namespace / UIStyle Enumeration


In This Topic
    UIStyle Enumeration
    In This Topic
    Value representing the appearance of a control and its child elements.
    Syntax
    'Declaration
     
    Public Enum UIStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As UIStyle
    public enum UIStyle : System.Enum 
    Members
    MemberDescription
    ResourceAssemblyThe control and its child elements will have the appearance defined in the resource assembly which can be provided by setting the control's ResourceAssembly property.
    SystemThe control and its child elements will have the system's theme appearance.
    WindowsClassicThe control and its child elements will have the classic Windows 95 to 2000 appearance.
    WindowsXPThe control and its child elements will have the Windows XP appearance.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.UI.UIStyle

    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