Intersoft ClientUI Documentation
Default Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > GroupStyle Class : Default Property






Gets the default style of the group.

Syntax

Visual Basic (Declaration) 
Public Shared Property Default As GroupStyle
Visual Basic (Usage)Copy Code
Dim value As GroupStyle
 
GroupStyle.Default = value
 
value = GroupStyle.Default
C# 
public static GroupStyle Default {get; set;}
Delphi 
public read-write property Default: GroupStyle; static; 
JScript 
public static function get,set Default : GroupStyle
Managed Extensions for C++ 
public: __property static GroupStyle* get_Default();
public: __property static void set_Default( 
   GroupStyle* value
);
C++/CLI 
public:
static property GroupStyle^ Default {
   GroupStyle^ get();
   void set (    GroupStyle^ value);
}

Property Value

The default style of the group.

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 All Rights Reserved.