Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the UserDeletingItems event.
Initializes a new instance of the DataRepeaterAddRemoveItemsCancelEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Gets the number of items being deleted.
Int32: Returns the index of the item that is being deleted.
Name | Description |
---|---|
Represents the method that handles the UserDeletingItems event.
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Initializes a new instance of the DataRepeaterAddRemoveItemsEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Return the number of items being added to or deleted from a DataRepeater control.
Int32: Returns the index of the item being added or deleted.
Wisej.Web.DataRepeaterAddRemoveItemsEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterDataErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the DataError event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that handles the UserDeletingItems event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the DataError event.
Initializes a new instance of the DataRepeaterDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentNullException ex is null.
Control: Gets the Control that raised the data error.
DataRepeaterItem: Gets the DataRepeaterItem that raised the data error.
Exception: Gets the Exception that represents the error.
String: Gets the name of the property of the control that raised the error.
Boolean: Gets or sets a value that indicates whether to throw an exception after code execution exits the DataError event handler.
Wisej.Web.DataRepeater
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Displays data in a customizable list format.
Initializes a new instance of the DataRepeater class.
Boolean: Returns or sets whether users can add a new row to the DataRepeater at run time.
Boolean: Returns or sets whether users can delete a row from the DataRepeater at run time.
BorderStyle: Returns or sets the border style for the DataRepeater control.
DataRepeaterItem: Returns the current DataRepeaterItem in the DataRepeater control.
Int32: Returns or sets the index of the current DataRepeaterItem in a DataRepeater control.
String: Return or sets the name of the list or table in the data source for which the DataRepeater is displaying data.
Object: Returns or sets the data source for which the DataRepeater is displaying data.
DataRepeaterItem[]: Returns the list of DataRepeaterItem items currently displayed on the client.
Int32: Return the index of the first currently displayed DataRepeaterItem in a DataRepeater control.
Boolean: Return whether the data for a DataRepeaterItem in the DataRepeater control has been changed by a user.
BorderStyle: Returns or sets the border style for the items in a DataRepeater control.
Int32: Returns or sets the number of DataRepeaterItem items that are in the DataRepeater control.
Int32: Return sets the size of the item header in a DataRepeater control.
Boolean: Returns or sets whether item headers are displayed in a DataRepeater control.
Color: Returns or sets the background color for the DataRepeaterItem panel when it's the CurrentItem.
Size: Returns or sets the size of the DataRepeaterItem child panels.
DataRepeaterItem: Returns the template that represents the DataRepeaterItem for the DataRepeater control.
DataRepeaterLayoutStyles: Return or sets whether the DataRepeater control will be displayed with a vertical or horizontal orientation.
Int32: Returns or sets the number of items to prefetch outside of the visible area. The default is 0 (disabled).
Boolean: Enables or disables right-to-left layout when the value of RightToLeft is Yes
Boolean: Returns or sets whether the scrollbar is visible. When the scrollbar is hidden, the user can still scroll using touch events, the keyboard, or the wheel.
Boolean: Returns or sets a value that indicates whether you have provided your own data-management operations for the DataRepeater control.
Adds a new DataRepeaterItem to the DataRepeater control.
Throws:
ReadOnlyException The AllowUserToAddItems property is set to False.
Allows users to cancel an edit to the current child control in the current DataRepeaterItem.
Forces a full reload of the data displayed by this DataRepeater.
Forces a full reload of the data displayed by this DataRepeater.
Removes a DataRepeaterItem at the specified position from a DataRepeater control.
Throws:
ArgumentOutOfRangeException The value specified for index is less than 0 or greater than ItemCount - 1.
Resets the value of ItemBorderStyle to the original value.
Resets the value of ItemHeaderSize to the original value.
Resets the value of ItemHeaderVisible to the original value.
Scrolls the specified DataRepeaterItem into view.
Throws:
ArgumentOutOfRangeException The value specified for index is less than 0 or greater than ItemCount - 1.
Scrolls a specified DataRepeaterItem into view, optionally aligning it with the top of the control.
Throws:
ArgumentOutOfRangeException The value specified for index is less than 0 or greater than ItemCount - 1.
EventHandler Fired when the AllowUserToAddItems property changes.
EventHandler Fired when the AllowUserToDeleteItems property changes.
EventHandler Fired when the property CurrentItemIndex changes.
DataRepeaterDataErrorEventHandler Fired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.
EventHandler Fired when the DataMember property changes.
EventHandler Fired when the DataSource property changes.
DataRepeaterItemEventHandler Fired after the DataRepeaterItem and its controls are cloned from the ItemTemplate.
DataRepeaterItemCloneEventHandler Fired before the DataRepeaterItem and its controls are cloned from the ItemTemplate.
DataRepeaterAddRemoveItemsEventHandler Fired when a new DataRepeaterItem is added to the DataRepeater control.
DataRepeaterItemEventHandler Fired after the DataRepeaterItem becomes the current item.
DataRepeaterAddRemoveItemsEventHandler Fired when a DataRepeaterItem is deleted from the DataRepeater control.
DataRepeaterItemEventHandler Fired when an instance of DataRepeaterItem is updated.
DataRepeaterItemValueEventHandler Fired when the VirtualMode property is set to true and a new value for a child control of a DataRepeaterItem is needed.
DataRepeaterItemValueEventHandler Fired when the VirtualMode property is set to true and the value of a child control in the DataRepeaterItem changes.
EventHandler Fired when the LayoutStyle property changes.
EventHandler Fired when the VirtualMode property is set to true and the user creates a new DataRepeaterItem.
DataRepeaterAddRemoveItemsEventHandler Fired when the user adds a new DataRepeaterItem.
DataRepeaterAddRemoveItemsEventHandler Fired after the user deletes a DataRepeaterItem.
DataRepeaterAddRemoveItemsCancelEventHandler Fired when the user deletes a DataRepeaterItem.
EventHandler Fired when the VirtualMode property changes.
Wisej.Web.DataRepeaterItemValueEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the ItemCloned event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemValueEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the and events.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Gets the child control of a that is raising the or event.
Wisej.Web.DataRepeaterItem
Wisej.Web.DataRepeaterItemEventArgs
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
: Gets the index of the that contains the control that is raising the or event.
: Gets the name of the data-bound property of the control that is raising a or event.
: Gets the property value that has changed to raise a or event.
Name | Description |
---|
: Returns the index of a in a control.
: Returns value that determines whether the data for a in a control has been changed by the user.
Name | Description |
---|
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
sender
The source of the event.
e
An object that contains the event data.
Fired when a new DataRepeaterItem is added to the DataRepeater control.
Fired when a DataRepeaterItem is deleted from the DataRepeater control.
Fired when the user adds a new DataRepeaterItem.
Fired after the user deletes a DataRepeaterItem.
sender
The source of the event.
e
A DataRepeaterDataErrorEventArgs object that contains the event data.
Fired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.
sender
The source of the event.
e
An object that contains the event data.
Fired when the user deletes a DataRepeaterItem.
Represents the method that will handle the DataError event.
refreshChildren
True to also refresh all the children of this control.
index
The index of the DataRepeaterItem.
index
The index of the DataRepeaterItem.
index
The index of the DataRepeaterItem.
alignWithTop
true to align the top of the DataRepeaterItem with the top of the control; otherwise, false.
Bindable components implement this interface.
Provides the functionality for a control to act as a parent for other controls.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
sender
The source of the event.
e
A DataRepeaterItemValueEventArgs object that contains the event data.
Fired when the VirtualMode property is set to true and a new value for a child control of a DataRepeaterItem is needed.
Fired when the VirtualMode property is set to true and the value of a child control in the DataRepeaterItem changes.
sender
The source of the event.
e
A DataRepeaterItemEventArgs object that contains the event data.
Fired after the DataRepeaterItem and its controls are cloned from the ItemTemplate.
Fired after the DataRepeaterItem becomes the current item.
Fired when an instance of DataRepeaterItem is updated.
Bindable components implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
index
The index of the DataRepeaterItem that is being added or deleted.
count
The number of items being added or deleted.
item
The DataRepeaterItem on which the error occurred.
control
The Control on the DataRepeaterItem on which the error occurred.
property
The property on which the error occurred. For most controls, this will be the Text property.
ex
The exception object.
Horizontal | Items are displayed in a horizontal format. A horizontal scroll bar will be displayed as necessary. |
Vertical | Items are displayed in a vertical format. A vertical scroll bar will be displayed as necessary. |
Return or sets whether the control will be displayed with a vertical or horizontal orientation. |
itemIndex |
control | The child control that is raising the event. |
propertyName | The property of the control that has changed or that needs data. |
value | The property value that has changed. |
sender | The source of the event. |
e | A object that contains the event data. |
Fired before the and its controls are cloned from the . |
item |
Represents the method that will handle the and events.
All wisej controls derived from the class must implement this interface.
The index of the that contains the control that is raising the event.
The cloned from the object.
Represents the method that will handle the event.