ASP.NET Core MVC コントロールヘルプ
DropDownCssClass プロパティ (IDropDown)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > IDropDown インターフェース : DropDownCssClass プロパティ
Gets or sets a CSS class name to add to the control's drop-down element.
シンタックス
'宣言
 
Property DropDownCssClass As System.String
System.string DropDownCssClass {get; set;}
解説
This property is useful when styling the drop-down element, because it is shown as a child of the document body rather than as a child of the control itself, which prevents using CSS selectors based on the parent control.
参照

IDropDown インターフェース
IDropDown メンバ