Ribbon.DataSource property

Gets or sets the data source for the Server ribbon.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Protected Overridable Property DataSource As CUIDataSource
    Get
    Set
'Usage
Dim value As CUIDataSource

value = Me.DataSource

Me.DataSource = value
protected virtual CUIDataSource DataSource { get; set; }

Property value

Type: Microsoft.Web.CommandUI.CUIDataSource
The current CUIDataSource.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace