FieldSetting Class

Model class for advanced configuration of list fields.

Definition

Namespace: Aliquo.Windows.Controls.Models
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class FieldSetting : Field
Inheritance
Object    BindableCore    BindableBase    Field    FieldSetting

Constructors

FieldSetting Constructor class.
FieldSetting(FieldSetting) Constructor class.
FieldSetting(String, String, String, Double) Constructor class.

Properties

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.

Methods

ToField Convert this instance into a new object of type Field and copy its properties.

Extension Methods

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)

See Also