다음을 통해 공유


QueryableFilterUserControl.DefaultValues 속성

정의

테이블에 매핑되는 기본값을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ DefaultValues { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> DefaultValues { get; }
member this.DefaultValues : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property DefaultValues As IDictionary(Of String, Object)

속성 값

IDictionary<String,Object>

테이블에 매핑되는 기본값입니다.

적용 대상