Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.