ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridDetailProviderTagHelper Class / MaxHeight Property

In This Topic
    MaxHeight Property (FlexGridDetailProviderTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridDetailProvider<T>.MaxHeight. Sets the maximum height of the detail rows, in pixels.
    Syntax
    'Declaration
     
    Public Property MaxHeight As Integer
    public int MaxHeight {get; set;}
    See Also