IField public interface IField : IFieldRef, IArtifactRef, IArtifact Documentation bool AllowGroupBy { get; set; } bool AllowHtml { get; set; } bool AllowPivot { get; set; } int? AssociativeArtifactTypeID { get; set; } bool AutoAddChoices { get; set; } bool AvailableInViewer { get; set; } int? CodeTypeID { get; set; } string ColumnName { get; } string DisplayValueFalse { get; set; } string DisplayValueTrue { get; set; } bool EnableDataGrid { get; set; } int FieldArtifactTypeID { get; set; } FieldCategory FieldCategory { get; } int FieldDisplayTypeID { get; set; } int? FieldTreeView { get; set; } FieldType FieldType { get; set; } string FilterType { get; set; } string FormatString { get; set; } string FriendlyName { get; set; } FieldImportBehavior? ImportBehavior { get; set; } bool IsArtifactBaseField { get; set; } bool IsAvailableInChoiceTree { get; set; } bool IsAvailableToAssociativeObjects { get; set; } bool IsEditable { get; set; } bool IsGroupByEnabled { get; set; } bool IsIndexEnabled { get; set; } bool IsLinked { get; set; } bool IsReflected { get; } bool IsRemovable { get; set; } bool IsRequired { get; set; } bool IsSortable { get; set; } bool IsSystemField { get; } bool IsSystemOrRelationalField { get; } bool IsVisible { get; set; } IKeyboardShortcut KeyboardShortcut { get; set; } int LinkLayoutArtifactID { get; set; } int? MaxLength { get; set; } bool? OverlayBehavior { get; set; } int? PopupPickerView { get; set; } int? RelationalIndexViewArtifactID { get; set; } bool UseUnicodeEncoding { get; set; } object Value { get; set; } string Width { get; set; } bool Wrapping { get; set; }