ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / QuickAutoSize Property

In This Topic
    QuickAutoSize Property (TransposedGridRowBase)
    In This Topic
    Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing this column.
    Syntax
    'Declaration
     
    
    Public Property QuickAutoSize As Nullable(Of Boolean)
    public Nullable<bool> QuickAutoSize {get; set;}
    Remarks
    Setting this property to false disables quick auto-sizing for this column. Setting it to true enables the feature, subject to the value of the grid's QuickAutoSize property. Setting it to null (the default value) enables the feature for columns that display plain text and don't have templates.
    See Also