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






Gets or sets a value that indicates whether items corresponding to empty groups should be displayed.

Syntax

Visual Basic (Declaration) 
Public Property HidesIfEmpty As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GroupStyle
Dim value As Boolean
 
instance.HidesIfEmpty = value
 
value = instance.HidesIfEmpty
C# 
public bool HidesIfEmpty {get; set;}
Delphi 
public read-write property HidesIfEmpty: Boolean; 
JScript 
public function get,set HidesIfEmpty : boolean
Managed Extensions for C++ 
public: __property bool get_HidesIfEmpty();
public: __property void set_HidesIfEmpty( 
   bool value
);
C++/CLI 
public:
property bool HidesIfEmpty {
   bool get();
   void set (    bool value);
}

Property Value

true to not display empty groups; otherwise, false. The default is false.

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.