United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint
SPField class
SPField properties
AggregationFunction property
AllowDeletion property
AuthoringInfo property
CalloutMenu property
CalloutMenuAllowed property
CanBeDeleted property
CanBeDisplayedInEditForm property
CanToggleHidden property
CompositeIndexable property
DefaultFormula property
DefaultListField property
DefaultValue property
DefaultValueTyped property
Description property
DescriptionResource property
Direction property
DisplaySize property
EnforceUniqueValues property
EntityPropertyName property
FieldReferences property
FieldRenderingControl property
FieldRenderingMobileControl property
FieldRenderingMobileWebControl property
FieldTypeDefinition property
FieldValueType property
Filterable property
FilterableNoRecurrence property
FromBaseType property
Group property
Hidden property
Id property
IMEMode property
Indexable property
Indexed property
InternalName property
JSLink property
JumpToField property
LinkToItem property
LinkToItemAllowed property
ListItemMenu property
ListItemMenuAllowed property
NoCrawl property
ParentList property
PIAttribute property
PITarget property
PreviewValueTyped property
PrimaryPIAttribute property
PrimaryPITarget property
PushChangesToLists property
ReadOnlyField property
RelatedField property
Reorderable property
Required property
SchemaXml property
SchemaXmlWithResourceTokens property
Scope property
Sealed property
ShowInDisplayForm property
ShowInEditForm property
ShowInListSettings property
ShowInNewForm property
ShowInVersionHistory property
ShowInViewForms property
Sortable property
SourceId property
StaticName property
Title property
TitleResource property
TranslationXml property
Type property
TypeAsString property
TypeDisplayName property
TypeShortDescription property
UsedInWebContentTypes property
ValidationEcmaScript property
ValidationFormula property
ValidationMessage property
Version property
XPath property
This topic has not yet been rated
-
Rate this topic
SPField
.
DisplaySize property
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
Gets or sets the display size for the field.
Namespace:
Microsoft.SharePoint
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Syntax
C#
VB
Copy
public
string
DisplaySize {
get
;
set
; }
Property value
Type:
System.String
A string that contains the display size.
See also
Reference
SPField class
SPField members
Microsoft.SharePoint namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD