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

适用于