Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.DataRepeater
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Displays data in a customizable list format.
Initializes a new instance of the class.
: Returns or sets whether users can add a new row to the at run time.
Throws:
Throws:
Throws:
Throws:
Wisej.Web.DataRepeaterItem
Name | Description |
---|---|
: Returns or sets whether users can delete a row from the at run time.
: Returns or sets the border style for the control.
: Returns the current in the control.
: Returns or sets the index of the current in a control.
: Return or sets the name of the list or table in the data source for which the is displaying data.
: Returns or sets the data source for which the is displaying data.
: Returns the list of items currently displayed on the client.
: Return the index of the first currently displayed in a control.
: Return whether the data for a in the control has been changed by a user.
: Returns or sets the border style for the items in a control.
: Returns or sets the number of items that are in the control.
: Return sets the size of the item header in a control.
: Returns or sets whether item headers are displayed in a control.
: Returns or sets the background color for the panel when it's the .
: Returns or sets the size of the child panels.
: Returns the template that represents the for the control.
: Return or sets whether the control will be displayed with a vertical or horizontal orientation.
: Returns or sets the number of items to prefetch outside of the visible area. The default is 0 (disabled).
: Enables or disables right-to-left layout when the value of is
: 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.
: Returns or sets a value that indicates whether you have provided your own data-management operations for the control.
Adds a new to the control.
The property is set to False.
Allows users to cancel an edit to the current child control in the current .
Forces a full reload of the data displayed by this .
Forces a full reload of the data displayed by this .
Parameter | Type | Description |
---|
Removes a at the specified position from a control.
Parameter | Type | Description |
---|
The value specified for index is less than 0 or greater than - 1.
Resets the value of to the original value.
Resets the value of to the original value.
Resets the value of to the original value.
Scrolls the specified into view.
Parameter | Type | Description |
---|
The value specified for index is less than 0 or greater than - 1.
Scrolls a specified into view, optionally aligning it with the top of the control.
Parameter | Type | Description |
---|
The value specified for index is less than 0 or greater than - 1.
Fired when the property changes.
Fired when the property changes.
Fired when the property changes.
Fired when an external data-parsing or validation operation throws an exception, or when an attempt to commit data to a data source fails.
Fired when the property changes.
Fired when the property changes.
Fired after the and its controls are cloned from the .
Fired before the and its controls are cloned from the .
Fired when a new is added to the control.
Fired after the becomes the current item.
Fired when a is deleted from the control.
Fired when an instance of is updated.
Fired when the property is set to true and a new value for a child control of a is needed.
Fired when the property is set to true and the value of a child control in the changes.
Fired when the property changes.
Fired when the property is set to true and the user creates a new .
Fired when the user adds a new .
Fired after the user deletes a .
Fired when the user deletes a .
Fired when the property changes.
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.
refreshChildren | True to also refresh all the children of this control. |
index |
index |
index |
alignWithTop |
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. |
Allows an object to serialize itself. |
Bindable components implement this interface. |
Provides access to common image properties across the controls that 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.
sender | The source of the event. |
e | An object that contains the event data. |
Fired when the user deletes a . |
sender | The source of the event. |
e | An object that contains the event data. |
Fired when a new is added to the control. |
Fired when a is deleted from the control. |
Fired when the user adds a new . |
Fired after the user deletes a . |
sender | The source of the event. |
e | A 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. |
Wisej.Web.DataRepeaterItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemCloned event.
Initializes a new instance of the DataRepeaterItemEventArgs class.
Name | Type | Description |
---|---|---|
DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.
Name | Description |
---|---|
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
Wisej.Web.DataRepeaterItemCloneEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemCloning event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemCloned event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterDataErrorEventArgs
Wisej.Web.DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Gets or sets a value that specifies whether the cloning is handled by the developer.
: Gets the from which the new will be cloned.
The index of the .
The index of the .
The index of the .
true to align the top of the with the top of the control; otherwise, false.
All wisej controls derived from the class must implement this interface.
All wisej controls derived from the class must implement this interface.
Name | Description |
---|---|
: Gets the that raised the data error.
: Gets the that raised the data error.
: Gets the that represents the error.
: Gets the name of the property of the control that raised the error.
: Gets or sets a value that indicates whether to throw an exception after code execution exits the event handler.
Name | Description |
---|
: Gets or sets the new that is the result of the cloning operation.
Name | Description |
---|
Represents the method that handles the UserDeletingItems event.
sender
The source of the event.
e
A DataRepeaterItemCloneEventArgs object that contains the event data.
Fired before the DataRepeaterItem and its controls are cloned from the ItemTemplate.
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.
item
The ItemTemplate cloned from the ItemTemplate object.
Represents the method that will handle the ItemCloned event.
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.
item |
control |
property |
ex | The exception object. |
source |
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. |
sender | The source of the event. |
e | A object that contains the event data. |
Fired when the property is set to true and a new value for a child control of a is needed. |
Fired when the property is set to true and the value of a child control in the changes. |
Represents the method that will handle the event.
Represents the method that will handle the event.
The on which the error occurred.
The on the on which the error occurred.
The property on which the error occurred. For most controls, this will be the property.
The from which the new item will be cloned.
Wisej.Web.DataRepeaterItemValueEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemValueNeeded and ItemValuePushed events.
Initializes a new instance of the DataRepeaterItemValueEventArgs class.
Name | Type | Description |
---|---|---|
Control: Gets the child control of a DataRepeaterItem that is raising the ItemValueNeeded or ItemValuePushed event.
Int32: Gets the index of the DataRepeaterItem that contains the control that is raising the ItemValueNeeded or ItemValuePushed event.
String: Gets the name of the data-bound property of the control that is raising a ItemValueNeeded or ItemValuePushed event.
Object: Gets the property value that has changed to raise a ItemValueNeeded or ItemValuePushed event.
Name | Description |
---|---|
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
itemIndex
The index of the DataRepeaterItem that contains the control that is raising the event.
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.