Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.DataRepeaterAddRemoveItemsCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that handles the UserDeletingItems event.
public delegate void DataRepeaterAddRemoveItemsCancelEventHandler(Object sender, DataRepeaterAddRemoveItemsCancelEventArgs e)Public Delegate Sub DataRepeaterAddRemoveItemsCancelEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterAddRemoveItemsCancelEventArgs)Wisej.Web.DataRepeaterAddRemoveItemsCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the UserDeletingItems event.
public class DataRepeaterAddRemoveItemsCancelEventArgs : CancelEventArgsPublic Class DataRepeaterAddRemoveItemsCancelEventArgs
Inherits CancelEventArgsInitializes a new instance of the class.
: Gets the number of items being deleted.
: Returns the index of the item that is being deleted.
sender
The source of the event.
e
An object that contains the event data.
Fired when the user deletes a DataRepeaterItem.
index
The index of the DataRepeaterItem that is being deleted.
count
The number of items being deleted.
Represents the method that handles the UserDeletingItems event.
Initializes a new instance of the DataRepeaterAddRemoveItemsEventArgs class.
index
The index of the that is being added or deleted.
count
The number of items being added or deleted.
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.
Represents the method that will handle the , , , and events.
Public Class DataRepeaterAddRemoveItemsEventArgs
Inherits EventArgspublic class DataRepeaterAddRemoveItemsEventArgs : EventArgsWisej.Web.DataRepeaterLayoutStyles
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides an enumeration for specifying the orientation of items in a DataRepeater control.
public enum DataRepeaterLayoutStyles : EnumPublic Enum DataRepeaterLayoutStyles As [Enum]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 DataRepeater control will be displayed with a vertical or horizontal orientation.
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 .
Public Delegate Sub DataRepeaterAddRemoveItemsEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterAddRemoveItemsEventArgs)public delegate void DataRepeaterAddRemoveItemsEventHandler(Object sender, DataRepeaterAddRemoveItemsEventArgs e)sender
The source of the event.
e
A object that contains the event data.
Fired before the and its controls are cloned from the .
Public Delegate Sub DataRepeaterItemCloneEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterItemCloneEventArgs)public delegate void DataRepeaterItemCloneEventHandler(Object sender, DataRepeaterItemCloneEventArgs e)Initializes a new instance of the DataRepeaterItemEventArgs class.
item
The cloned from the object.
DataRepeaterItem: Returns a DataRepeaterItem instance that triggered the event.
Represents the method that will handle the event.
Public Class DataRepeaterItemEventArgs
Inherits EventArgspublic class DataRepeaterItemEventArgs : EventArgssender
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.
Public Delegate Sub DataRepeaterDataErrorEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterDataErrorEventArgs)public delegate void DataRepeaterDataErrorEventHandler(Object sender, DataRepeaterDataErrorEventArgs e)Wisej.Web.DataRepeaterItemCloneEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemCloning event.
public class DataRepeaterItemCloneEventArgs : EventArgsPublic Class DataRepeaterItemCloneEventArgs
Inherits EventArgsInitializes a new instance of the class.
: Gets or sets a value that specifies whether the cloning is handled by the developer.
: Gets the from which the new will be cloned.
: Gets or sets the new that is the result of the cloning operation.
Wisej.Web.DataRepeaterItemValueEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemValueNeeded and ItemValuePushed events.
public delegate void DataRepeaterItemValueEventHandler(Object sender, DataRepeaterItemValueEventArgs e)Public Delegate Sub DataRepeaterItemValueEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterItemValueEventArgs)Wisej.Web.DataRepeaterItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemCloned event.
public delegate void DataRepeaterItemEventHandler(Object sender, DataRepeaterItemEventArgs e)Public Delegate Sub DataRepeaterItemEventHandler(ByVal sender As [Object], ByVal e As DataRepeaterItemEventArgs)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.
source
The ItemTemplate from which the new item will be cloned.
Represents the method that will handle the ItemCloning event.
Wisej.Web.DataRepeaterItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Used by the DataRepeater control to display data at run time.
public class DataRepeaterItem : PanelPublic Class DataRepeaterItem
Inherits PanelInitializes a new instance of the DataRepeaterItem object.
Boolean: Return a value that determines whether a DataRepeaterItem is the currently selected item in a DataRepeater control.
Int32: Returns the index of a DataRepeaterItem in a DataRepeater control.
Boolean: Returns value that determines whether the data for a DataRepeaterItem in a DataRepeater control has been changed by the user.
Bindable components implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
All wisej controls derived from the class must implement this interface.
Allows an object to serialize itself.
Initializes a new instance of the DataRepeaterDataErrorEventArgs class.
item
The on which the error occurred.
control
The on the on which the error occurred.
property
The property on which the error occurred. For most controls, this will be the property.
Throws:
ArgumentNullException ex is null.
DataRepeaterItem: Gets the DataRepeaterItem that raised the data 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.
Represents the method that will handle the event.
Public Class DataRepeaterDataErrorEventArgs
Inherits EventArgspublic class DataRepeaterDataErrorEventArgs : EventArgsInitializes a new instance of the DataRepeaterItemValueEventArgs class.
itemIndex
The index of the 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.
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.
Represents the method that will handle the and events.
Public Class DataRepeaterItemValueEventArgs
Inherits EventArgspublic class DataRepeaterItemValueEventArgs : EventArgsWisej.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.
: 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.
Throws:
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 .
Removes a at the specified position from a control.
Throws:
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.
Throws:
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.
Throws:
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.
ex
The exception object.
value
The property value that has changed.
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.
Public Class DataRepeater
Inherits ContainerControl
Implements ISupportInitializepublic class DataRepeater : ContainerControl, ISupportInitialize