public class FieldSetting : Field
Public Class FieldSetting
Inherits Field
FieldSetting | Constructor class. |
FieldSetting(FieldSetting) | Constructor class. |
FieldSetting(String, String, String, Double) | Constructor class. |
AllowEditing | Indicates if it allow editing. |
AllowFiltering | Indicates if it allow filtering. |
AllowResizing | Indicates if it allow resizing. |
AllowSorting | Indicates if it allow sorting. |
Converter | Get or set the data converter. |
ConverterParameter | Get or set the parameter to pass to data converter. |
DataTemplateSelector | Get or set the data template selector. |
FilterElements | Data filter elements. |
FilterElementTemplate | Get or set the filter element data Template. |
IsHidden | Indicates if the field is hidden. |
IsKey | Indicates if it is a key field. |
NotSettable | Indicates that the field cannot be configured. |
Type | Get of set the data type. |
GetAliasName |
Gets the alias or name of the FieldSetting.
(Defined by FieldExtensions) |
GetAliasName |
Gets the alias or name of the Field.
(Defined by FieldExtensions) |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
GetMappingAlias |
Gets the alias for the map.
(Defined by FieldExtensions) |
GetMappingAlias |
Gets the alias for the map
(Defined by FieldExtensions) |
GetMappingName |
Gets the mapping name of the field that can be mapped to the data source.
(Defined by FieldExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |