New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadListViewEmptyDataItem

Represents an item which is rendered when Telerik.Web.UI.RadListView 's data source is empty

Inheritance Hierarchy

  • System.Object
  • System.Web.UI.Control
  • Telerik.Web.UI.RadListViewItem : INamingContainer
  • Telerik.Web.UI.RadListViewEmptyDataItem

Properties

IsInEditMode Boolean

Gets a value indicating whether the item is in edit mode at the moment.

ItemType RadListViewItemType

Gets or sets the type of the item which represents enumeration and determines for what the item is used.

OwnerListView RadListView

Gets or sets the owner of the item.

Methods

FireCommandEvent

Use this method to simulate item command event that bubbles to and can be handled automatically or in a custom manner, handling .ItemCommand event.

Parameters

commandName System.String

command to bubble, for example 'Page'

commandArgument System.Object

command argument, for example 'Next'

Returns

System.Void

In this article