Intersoft ClientUI Documentation
GetGroupStyle Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : GetGroupStyle Method






lvl

Syntax

Visual Basic (Declaration) 
Public Function GetGroupStyle( _
   ByVal lvl As Integer _
) As GroupStyle
Visual Basic (Usage)Copy Code
Dim instance As ItemsControlHelper
Dim lvl As Integer
Dim value As GroupStyle
 
value = instance.GetGroupStyle(lvl)
C# 
public GroupStyle GetGroupStyle( 
   int lvl
)
Delphi 
public function GetGroupStyle( 
    lvl: Integer
): GroupStyle; 
JScript 
public function GetGroupStyle( 
   lvl : int
) : GroupStyle;
Managed Extensions for C++ 
public: GroupStyle* GetGroupStyle( 
   int lvl
) 
C++/CLI 
public:
GroupStyle^ GetGroupStyle( 
   int lvl
) 

Parameters

lvl

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.