|
CustomizeViewItemControl(DashboardView, Controller, Action<ViewItem>, String[])
static
|
view, controller, customizeAction, viewItemsId
|
Allows you to access and customize controls of the Dashboard View Item.
|
|
CustomizeViewItemControl(DashboardView, Controller, Action<ViewItem>)
static
|
view, controller, customizeAction
|
Allows you to access and customize controls of the Dashboard View Item.
|
|
CustomizeViewItemControl<T>(DashboardView, Controller, Action<T>, String[])
static
|
view, controller, customizeAction, viewItemsId
|
Allows you to access and customize controls of the Dashboard View Item.
|
|
CustomizeViewItemControl<T>(DashboardView, Controller, Action<T>)
static
|
view, controller, customizeAction
|
Allows you to access and customize controls of the Dashboard View Item.
|