Freigeben über


DataFormWebPart.NoDefaultStyle-Eigenschaft

Dient zum Abrufen oder festlegen die NoDefaultStyle -Zeichenfolge.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ResourcesAttribute("DataViewWebPartNoDefaultStyleLiteral", "Miscellaneous",  _
    "DataViewWebPartNoDefaultStyleDescription")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Overridable Property NoDefaultStyle As String
    Get
    Set
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.NoDefaultStyle

instance.NoDefaultStyle = value
[ResourcesAttribute("DataViewWebPartNoDefaultStyleLiteral", "Miscellaneous", 
    "DataViewWebPartNoDefaultStyleDescription")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public virtual string NoDefaultStyle { get; set; }

Eigenschaftswert

Typ: System.String

Hinweise

true gibt an, dass das Objekt DataFormWebPart Standardformatvorlagen nicht verwendet. Verwendet mit Webparts, die vom ListView -Objekte konvertiert werden.

Siehe auch

Referenz

DataFormWebPart Klasse

DataFormWebPart-Member

Microsoft.SharePoint.WebPartPages-Namespace