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

In This Topic
    ShowDropDown Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowDropDown. Sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true.
    Syntax
    'Declaration
     
    Public Overridable Property ShowDropDown As Boolean
    public virtual bool ShowDropDown {get; set;}
    Remarks
    The drop-down buttons are shown only on columns that have a DataMap set and are editable. Clicking on the drop-down buttons causes the grid to show a list where users can select the value for the cell.
    See Also