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.