ImageGear .NET - Updated
IgnoreGroup Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCreatingGroupEventArgs Class : IgnoreGroup Property
Gets or sets a value indicating whether the group should not be loaded into the page.
Syntax
'Declaration
 
Public Property IgnoreGroup As Boolean
'Usage
 
Dim instance As ImGearARTCreatingGroupEventArgs
Dim value As Boolean
 
instance.IgnoreGroup = value
 
value = instance.IgnoreGroup
public bool IgnoreGroup {get; set;}
public: __property bool get_IgnoreGroup();
public: __property void set_IgnoreGroup( 
   bool value
);
public:
property bool IgnoreGroup {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Default value is false.
See Also

Reference

ImGearARTCreatingGroupEventArgs Class
ImGearARTCreatingGroupEventArgs Members