Intersoft ClientUI Documentation
Default Property (GroupStyle)



Gets the default style of the group.
Syntax
Public Shared Property Default As GroupStyle
Dim value As GroupStyle
 
GroupStyle.Default = value
 
value = GroupStyle.Default
public static GroupStyle Default {get; set;}
public:
static property GroupStyle^ Default {
   GroupStyle^ get();
   void set (    GroupStyle^ value);
}

Property Value

The default style of the group.
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

GroupStyle Class
GroupStyle Members

Send Feedback