Skip to main content
Version: 4.1

DataRepeaterItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Used by the DataRepeater control to display data at run time.

public class DataRepeaterItem : Panel

Constructors

Instance member DataRepeaterItem()

Initializes a new instance of the DataRepeaterItem object.

Properties

Instance member ClientArea

Rectangle: Returns the client rectangle to use in the designer.

Instance member IsCurrent

Boolean: Return a value that determines whether a DataRepeaterItem is the currently selected item in a DataRepeater control.

Instance member ItemIndex

Int32: Returns the index of a DataRepeaterItem in a DataRepeater control.

Instance member Modified

Boolean: Returns value that determines whether the data for a DataRepeaterItem in a DataRepeater control has been changed by the user.

Methods

Protected member Dispose(disposing)

ParameterTypeDescription
disposingBoolean

Protected member OnEnter(e)

ParameterTypeDescription
eEventArgs

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Protected member SetBoundsCore(x, y, width, height, specified)

ParameterTypeDescription
xInt32
yInt32
widthInt32
heightInt32
specifiedBoundsSpecified

Protected member UpdateZOrder()

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IImageProvides access to common image properties across the controls that implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.