ListFormWebPart.DisableInitialFocus Property
Gets or sets a value that indicates whether to disable the initial focus for form fields.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[WebPartStorageAttribute(Storage.Shared)] [BrowsableAttribute(false)] public bool DisableInitialFocus { get; set; }
Property Value
Type: System.Booleantrue if the initial focus is disabled for form fields; otherwise, false.