Freigeben über


ContentByQueryWebPart.DisplayColumns-Eigenschaft

Ruft ab oder legt die Anzahl der Spalten, die angezeigt werden.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property DisplayColumns As Integer
    Get
    Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Integer

value = instance.DisplayColumns

instance.DisplayColumns = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public int DisplayColumns { get; set; }

Eigenschaftswert

Typ: System.Int32
Eine Ganzzahl für die Anzahl der Spalten, die angezeigt werden.

Siehe auch

Referenz

ContentByQueryWebPart Klasse

ContentByQueryWebPart-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace

ContentByQueryWebPart