Name | Description | |
---|---|---|
DataMapBuilder Constructor | Creates one DataMapBuilder instance to configurate obj. |
The following tables list the members exposed by DataMapBuilder.
Name | Description | |
---|---|---|
DataMapBuilder Constructor | Creates one DataMapBuilder instance to configurate obj. |
Name | Description | |
---|---|---|
Bind | Overloaded. Sets ItemsSource by builder. | |
BindODataSource | Configurates C1.Web.Mvc.DataMap.ItemsSource. Sets ItemsSource settings. | |
BindODataVirtualSource | Configurates C1.Web.Mvc.DataMap.ItemsSource. Sets ItemsSource settings. | |
DisplayMemberPath | Configurates C1.Web.Mvc.DataMap.DisplayMemberPath. Sets the name of the property to use as the visual representation of the item. | |
IsEditable | Configurates C1.Web.Mvc.DataMap.IsEditable. Sets a value that indicates whether users should be allowed to enter values. | |
OnClientMapChanged | Configurates the C1.Web.Mvc.DataMap.OnClientMapChanged client event. Occurs when the map data changes. | |
SelectedValuePath | Configurates C1.Web.Mvc.DataMap.SelectedValuePath. Sets the name of the property to use as a key for the item (data value). | |
SortByDisplayValues | Configurates C1.Web.Mvc.DataMap.SortByDisplayValues. Sets a value that determines whether to use mapped (display) or raw values when sorting the data. The default value is false. |