Version

DataField Class Members

The following tables list the members exposed by DataField.

Public Constructors
 NameDescription
Public ConstructorDataField ConstructorInitializes a new instance of the DataField class.  
Public Properties
 NameDescription
Public PropertyAllowEditGets/Sets whether a field is editable in edit mode.  
Public PropertyAllowEditingForAddNewGets/sets if a field is editable in the AddNewRow.  
Public PropertyApplyFormatStringInEditModeIf a FormatString is set, this Gets/Sets whether to apply this formatstring in edit mode.  
Public PropertyAutoGenerateGets/sets whether this field should be automatically generated.  
Public PropertyConvertEmptyStringToNullIf the value of a string is empty, this gets/sets whether to display that string as null  
Public PropertyDisplayNameGets/Sets the text that should be used to display the field.  
Public PropertyFieldTypeGets or sets the type of the field.  
Public PropertyFormatStringFor fields that display text, this gets/sets the format string that should be used for them.  
Public PropertyGroupNameGets/Sets the text that should be displayed for a field when its grouped.  
Public PropertyNameGets or sets the name of the field.  
Public PropertyNullDisplayTextIf the value for a field is null, this gets/Sets the text that should be displayed instead.  
Public PropertyOrderGets/Sets the order in which the AutoGenerated field should be displayed  
See Also