Show / Hide Table of Contents

Enum DropdownStyle

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Dropdown
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public enum DropdownStyle

Fields

Name Description
Single
Split

Extension Methods

AbpObjectExtensions.If<DropdownStyle>(DropdownStyle, bool, Action<DropdownStyle>)
AbpObjectExtensions.If<DropdownStyle>(DropdownStyle, bool, Func<DropdownStyle, DropdownStyle>)
AbpObjectExtensions.IsIn<DropdownStyle>(DropdownStyle, IEnumerable<DropdownStyle>)
AbpObjectExtensions.IsIn<DropdownStyle>(DropdownStyle, params DropdownStyle[])
AbpQueryableExtensions.OrderByIf<T, DropdownStyle>(DropdownStyle, bool, string)
AbpQueryableExtensions.PageBy<T, DropdownStyle>(DropdownStyle, int, int)
AbpQueryableExtensions.WhereIf<T, DropdownStyle>(DropdownStyle, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, DropdownStyle>(DropdownStyle, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, DropdownStyle>(DropdownStyle, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, DropdownStyle>(DropdownStyle, bool, int?)
In this article
Back to top Powered by ABP.IO Platform