FilterUserControlBase.SelectedValue プロパティ

定義

ドロップダウン リスト ボックス コントロールで選択されている値を取得します。

public:
 virtual property System::String ^ SelectedValue { System::String ^ get(); };
public virtual string SelectedValue { get; }
member this.SelectedValue : string
Public Overridable ReadOnly Property SelectedValue As String

プロパティ値

ドロップダウン リスト ボックス コントロールで現在選択されている値。

注釈

既定では、フィルター セレクターはコントロールに DropDownList 表示されます。

適用対象