Blazor コントロール
C1DropDown クラス
メンバ 

C1.Blazor.Input アセンブリ > C1.Blazor.Input 名前空間 : C1DropDown クラス
C1DropDown には、コントロールのドロップダウン部分が閉じているときに表示される内容を決定する Header プロパティと、ドロップダウン部分に表示される内容を決定する Content プロパティがあります。
オブジェクト モデル
C1DropDown クラス
シンタックス
'宣言
 
Public Class C1DropDown 
   Inherits C1.Blazor.Core.C1View
   Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent 
public class C1DropDown : C1.Blazor.Core.C1View, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent  
継承階層

System.Object
   Microsoft.AspNetCore.Components.ComponentBase
      C1.Blazor.Core.C1View
         C1.Blazor.Input.C1DropDown
            C1.Blazor.DateTimeEditors.C1DateTimeBase<TTimeValue>
            C1.Blazor.DateTimeEditors.C1TimeEditor
            C1.Blazor.Input.C1ComboBox<T>

参照

C1DropDown メンバ
C1.Blazor.Input 名前空間