ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / ResizeSettings Class
Properties

In This Topic
    ResizeSettings Class Members
    In This Topic

    The following tables list the members exposed by ResizeSettings.

    Public Constructors
     NameDescription
    Public ConstructorResizeSettings constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyA value that indicates whether to animate to the final size after resizing.  
    Public PropertyA value that indicates duration time for animating, in milliseconds. Other possible values: 'slow', 'normal', 'fast'.  
    Public PropertyA value that indicates easing effect for animating.  
    Public PropertyA value that indicates the resizing ratio.  
    Public PropertyA value that indicates whether the handles are automatically hidden when mouse out of the element.  
    Public PropertyA value that indicates whether a semi-transparent helper element is shown for resizing.  
    Public PropertyA value that indicates the necessary handles will be auto-generated by the plugin.  
    Public PropertyA value that indicates the css class that will be added to a proxy element to outline the resize.  
    Public PropertyA value that indicates the maximum height the resizable should be allowed to resize to.  
    Public PropertyA value that indicates the maximum width the resizable should be allowed to resize to.  
    Public PropertyA value that indicates the minimum height the resizable should be allowed to resize to.  
    Public PropertyA value that indicates the minimum width the resizable should be allowed to resize to.  
    Top
    See Also