DataRepeaterItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Used by the DataRepeater control to display data at run time.
- C#
- VB.NET
public class DataRepeaterItem : Panel
Public Class DataRepeaterItem
Inherits Panel
Constructors
DataRepeaterItem()
Initializes a new instance of the DataRepeaterItem object.
Properties
ClientArea
Rectangle: Returns the client rectangle to use in the designer.
IsCurrent
Boolean: Return a value that determines whether a DataRepeaterItem is the currently selected item in a DataRepeater control.
ItemIndex
Int32: Returns the index of a DataRepeaterItem in a DataRepeater control.
Modified
Boolean: Returns value that determines whether the data for a DataRepeaterItem in a DataRepeater control has been changed by the user.
Methods
Dispose(disposing)
| Parameter | Type | Description |
|---|---|---|
| disposing | Boolean |
OnEnter(e)
| Parameter | Type | Description |
|---|---|---|
| e | EventArgs |
OnWebRender(config)
Renders the client component.
| Parameter | Type | Description |
|---|---|---|
| config | Object | Dynamic configuration object. |
SetBoundsCore(x, y, width, height, specified)
| Parameter | Type | Description |
|---|---|---|
| x | Int32 | |
| y | Int32 | |
| width | Int32 | |
| height | Int32 | |
| specified | BoundsSpecified |
UpdateZOrder()
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IImage | Provides access to common image properties across the controls that implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |