Class
DataEntryPanelControlCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class DataEntryPanelControlCollection : RadScrollablePanelControlCollection, IList, ICollection, IEnumerable, ICloneable

Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadScrollablePanelControlCollectionDataEntryPanelControlCollection

Implements: ICloneableICollectionIEnumerableIList

Inherited Members RadScrollablePanelControlCollection.Add(Control)RadScrollablePanelControlCollection.Remove(Control)RadScrollablePanelControlCollection.Clear()RadScrollablePanelControlCollection.SetChildIndex(Control, int)Control.ControlCollection.ContainsKey(string)Control.ControlCollection.AddRange(Control[])Control.ControlCollection.Contains(Control)Control.ControlCollection.Find(string, bool)Control.ControlCollection.GetEnumerator()Control.ControlCollection.IndexOf(Control)Control.ControlCollection.IndexOfKey(string)Control.ControlCollection.RemoveAt(int)Control.ControlCollection.RemoveByKey(string)Control.ControlCollection.GetChildIndex(Control)Control.ControlCollection.OwnerControl.ControlCollection.this[int]Control.ControlCollection.this[string]ArrangedElementCollection.Equals(object)ArrangedElementCollection.GetHashCode()ArrangedElementCollection.CopyTo(Array, int)ArrangedElementCollection.IsReadOnlyArrangedElementCollection.Count

Constructors

DataEntryPanelControlCollection(RadDataEntry)

Declaration

cs-api-definition
public DataEntryPanelControlCollection(RadDataEntry owner)

Parameters

owner

RadDataEntry

Methods

GetChildIndex(Control, bool)

Declaration

cs-api-definition
public override int GetChildIndex(Control value, bool throwException)

Parameters

value

Control

throwException

bool

Returns

int

Overrides RadScrollablePanelControlCollection.GetChildIndex(Control, bool)