Compartilhar via


DataViewWebPart.NoDefaultStyle property

Obtém ou define um sinalizador que indica que a DVWP para esta Web Part não usa estilos padrão.

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

Syntax

'Declaração
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Personal)> _
<ResourcesAttribute("DataViewWebPartNoDefaultStyleLiteral", "Miscellaneous",  _
    "DataViewWebPartNoDefaultStyleDescription")> _
Public Property NoDefaultStyle As String
    Get
    Set
'Uso
Dim instance As DataViewWebPart
Dim value As String

value = instance.NoDefaultStyle

instance.NoDefaultStyle = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Personal)]
[ResourcesAttribute("DataViewWebPartNoDefaultStyleLiteral", "Miscellaneous", 
    "DataViewWebPartNoDefaultStyleDescription")]
public string NoDefaultStyle { get; set; }

Property value

Type: System.String
Uma seqüência de caracteres que contém "Verdadeiro" se esta Web Part não usar estilos padrão; Caso contrário, o nome de um estilo definido pelo usuário.

Ver também

Referência

DataViewWebPart class

DataViewWebPart members

Microsoft.SharePoint.WebPartPages namespace