Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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.
Wisej.Web.DataRepeaterAddRemoveItemsEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterAddRemoveItemsEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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.DataRepeaterDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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.DataRepeaterDataErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the DataError event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ItemCloning event.
Initializes a new instance of the DataRepeaterItemCloneEventArgs class.
Name | Type | Description |
---|---|---|
Boolean: Gets or sets a value that specifies whether the cloning is handled by the developer.
DataRepeaterItem: Gets the DataRepeaterItem from which the new DataRepeaterItem will be cloned.
DataRepeaterItem: Gets or sets the new DataRepeaterItem that is the result of the cloning operation.
Wisej.Web.DataRepeaterItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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 (3.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.DataRepeater
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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. (Default: True
)
Throws:
Throws:
Throws:
Throws:
Wisej.Web.DataRepeaterItemEventArgs
Name | Description |
---|---|
Name | Description |
---|---|
Name | 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 |
---|
: Returns or sets whether users can delete a row from the at run time. (Default: True
)
: Returns or sets the border style for the control. (Default: Solid
)
: 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. (Default: ""
)
: Returns or sets the data source for which the is displaying data. (Default: null
)
: 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. (Default: Vertical
)
: Returns or sets the number of items to prefetch outside of the visible area. The default is 0 (disabled). (Default: 0
)
: Enables or disables right-to-left layout when the value of is (Default: False
)
: 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. (Default: True
)
: Returns or sets a value that indicates whether you have provided your own data-management operations for the control. (Default: False
)
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 |
---|
Represents the method that handles the UserDeletingItems event.
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.
Represents the method that will handle the ItemsAdded, ItemsRemoved, UserAddedItems, and UserDeletedItems events.
Represents the method that will handle the DataError event.
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.
Represents the method that will handle the ItemCloning event.
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. |
Controls that support drag & drop operations 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. |
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. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.
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.
source
The ItemTemplate from which the new item will be cloned.
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. |
item |
sender | The source of the event. |
e | A object that contains the event data. |
Fired before the and its controls are cloned from the . |
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 | 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 and events.
All wisej controls derived from the class must implement this interface.
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.
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.