QueryableFilterUserControl.DefaultValues Property

.NET Framework (current version)
 

Gets the default values that are mapped for the table.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public ReadOnly Property DefaultValues As IDictionary(Of String, Object)

Property Value

Type: System.Collections.Generic.IDictionary(Of String, Object)

The default values that are mapped for the table.

.NET Framework
Available since 4.0
Return to top
Show: