Click or drag to resize

ColumnDefinition Fields

The ColumnDefinition type exposes the following members.

Fields
  NameDescription
Public fieldAddToDefaultView
If enabled, the column is added to the default view.
(Inherited from BaseColumnDefinition.)
Public fieldChoices
Contains choices for this column (will be evaluated only for choice columns).
Public fieldDefaultValue
Specifies a default value for this column.
Public fieldGroup
Specifies the name of the group which the created column will be part of.
Public fieldIndexed
Specifies whether this column is indexed. Please be aware that not all columns can be indexed due to SharePoint limitations.
Public fieldRequired
Specifies whether a value for this column is required.
Public fieldSchemaXml
Specifies the CAML definition for a field. If this value is set, all other fields except 'AddToDefaultView' and 'TitleResource' are ignored.
Public fieldTitle
Specifies the display name of the column.
Public fieldTitleResource
Contains string translations for the title parameter in different languages.
Public fieldType
Specifies the type for this column. This field is ignored if the field 'TypeName' is set.
Public fieldTypeName
Specifies a type name that references a third party custom column. Otherwise the field 'Type' should be used.
Top
See Also