FilterUserControlBase.InitialValue 属性

定义

获取在填充筛选器时,筛选器的初始值。Gets the initial value of the filter when the filter is populated.

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

属性值

String

筛选器的初始值。The initial value of the filter.

适用于