The following tables list the members exposed by DataField.
Name | Description | |
---|---|---|
DataField Constructor | Initializes a new instance of the DataField class. |
Name | Description | |
---|---|---|
AllowEdit | Gets/Sets whether a field is editable in edit mode. | |
AllowEditingForAddNew | Gets/sets if a field is editable in the AddNewRow. | |
ApplyFormatStringInEditMode | If a FormatString is set, this Gets/Sets whether to apply this formatstring in edit mode. | |
AutoGenerate | Gets/sets whether this field should be automatically generated. | |
ConvertEmptyStringToNull | If the value of a string is empty, this gets/sets whether to display that string as null | |
DisplayName | Gets/Sets the text that should be used to display the field. | |
FieldType | Gets or sets the type of the field. | |
FormatString | For fields that display text, this gets/sets the format string that should be used for them. | |
GroupName | Gets/Sets the text that should be displayed for a field when its grouped. | |
Name | Gets or sets the name of the field. | |
NullDisplayText | If the value for a field is null, this gets/Sets the text that should be displayed instead. | |
Order | Gets/Sets the order in which the AutoGenerated field should be displayed |