DataResultBase.FixLayout Property
Gets or sets a value that indicates direct control of the table style.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FixLayout As Boolean
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As Boolean
value = instance.FixLayout
instance.FixLayout = value
public bool FixLayout { get; set; }
Property Value
Type: System.Boolean
true to indicate direct control, or fixed layout; otherwise, false.
Remarks
HTML renders more quickly through fixed layout.