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

Telerik.Web.UI.RadDataFormEmptyItem

Telerik.Web.UI.RadDataFormItem representing empty item which will be shown when no records are returned as DataSource for Telerik.Web.UI.RadDataForm .

Inheritance Hierarchy

  • System.Object
  • System.Web.UI.Control
  • Telerik.Web.UI.RadDataFormItem : INamingContainer
  • Telerik.Web.UI.RadDataFormEmptyItem

Properties

IsInEditMode Boolean

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

ItemType RadDataFormItemType

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

OwnerDataForm RadDataForm

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