StatusBar.StatusBarPanelCollection
Wisej.Web.StatusBar StatusBarPanelCollection
Last updated
Was this helpful?
Wisej.Web.StatusBar StatusBarPanelCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the collection of StatusBarPanel controls in a StatusBar control.
Boolean: Returns or sets the dirty state for the list. When true, the list of items must be sent back to the client.
Boolean: Returns or sets the new state for the list. When true, the entire list is cleared and reloaded on the client.
Boolean: Returns a value indicating whether this collection is read-only.
StatusBarPanel: Returns or sets the StatusBarPanel at the specified index.
StatusBarPanel: Returns the StatusBarPanel identified by the name.
Adds a StatusBarPanel with the specified text to the collection.
Returns: StatusBarPanel. A StatusBarPanel that represents the panel that was added to the collection.
Adds a StatusBarPanel to the collection.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The StatusBarPanel being added to the collection was null.
ArgumentException The parent of the StatusBarPanel specified in the panel parameter is not null.
Adds an array of StatusBarPanel to the collection.
Removes all panels from the collection.
Removes and optionally disposes all StatusBarPanel objects from the collection.
Determines whether the specified StatusBarPanel is located within the collection.
Returns: Boolean. true if the StatusBarPanel is located within the collection; otherwise, false.
Determines whether the collection contains a StatusBarPanel with the specified key.
Returns: Boolean. true to indicate the collection contains a StatusBarPanel with the specified key; otherwise, false.
Returns an enumerator to use to iterate through the StatusBarPanel objects in the collection.
Returns: IEnumerator. An IEnumerator that represents the item collection.
Returns the index within the collection of the specified StatusBarPanel.
Returns: Int32. The zero-based index where the StatusBarPanel is located within the collection; otherwise, negative one (-1).
Returns the index of the first occurrence of a StatusBarPanel with the specified key.
Returns: Int32. The zero-based index of the first occurrence of the StatusBarPanel with the specified key, if found; otherwise, -1.
Inserts the specified StatusBarPanel into the collection at the specified index.
Throws:
ArgumentNullException The panel parameter is null.
ArgumentException The panel parameter's parent is not null.
ArgumentOutOfRangeException The index parameter is less than zero or greater than the value of the Count property of the StatusBarPanelCollection class.
Removes the specified StatusBarPanel from the collection.
Throws:
ArgumentNullException The StatusBarPanel assigned to the panel parameter is null.
Removes the StatusBarPanel located at the specified index within the collection.
Throws:
ArgumentOutOfRangeException The index parameter is less than zero or greater than or equal to the value of the Count property of the StatusBarPanelCollection class.
Removes the StatusBarPanel with the specified key from the collection.
Renders the list to the json definition for the client.
Returns: Object.