QueryableFilterUserControl.DefaultValue プロパティ

定義

テーブルにマップされる既定値を取得します。

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

プロパティ値

テーブルにマップされる既定値。

注釈

既定では、動的データにはブール型、外部キー型、および列挙型のフィルター テンプレートが用意されています。

適用対象