ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCreatingGroupEventArgs Class / IgnoreGroup Property




In This Topic
    IgnoreGroup Property
    In This Topic
    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