ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / QuickAutoSize Property

In This Topic
    QuickAutoSize Property (FlexSheet)
    In This Topic
    Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property QuickAutoSize As Nullable(Of Boolean)
    [Ignore()]
    public override Nullable<bool> QuickAutoSize {get; set;}
    Remarks
    Setting this property to false disables quick auto-sizing. Setting it to true enables the feature, subject to the value of each column's QuickAutoSize property. Setting it to null (the default value) enables the feature for grids that don't have a custom itemFormatter or handlers attached to the formatItem event.
    See Also