New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
rcs
uniqueId
rcs
uniqueKey
rcs
uniqueId
rcs
uniqueKey
Telerik.Web.UI.RadControlStateListExtensions
Static class used to hold the List<RadControls> helper extension methods
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.RadControlStateListExtensions
Methods
FindByUniqueId
Returns the first state with the given unique id
Parameters
rcs System.Collections.Generic.List{Telerik.Web.UI.RadControlState}
List
uniqueId System.String
Unique Id of the state
Returns
Telerik.Web.UI.RadControlState
RadControlState object
FindByUniqueKey
Returns the first state with the given unique key
Parameters
rcs System.Collections.Generic.List{Telerik.Web.UI.RadControlState}
List
uniqueKey System.String
Unique Key of the state
Returns
Telerik.Web.UI.RadControlState
RadControlState object
RemoveByUniqueId
Removes the first state with the given unique id
Parameters
rcs System.Collections.Generic.List{Telerik.Web.UI.RadControlState}
List
uniqueId System.String
Unique Id of the state
Returns
System.Boolean
true if successfull; otherwise false
RemoveByUniqueKey
Returns the first state with the given unique key
Parameters
rcs System.Collections.Generic.List{Telerik.Web.UI.RadControlState}
List
uniqueKey System.String
Unique Key of the state
Returns
System.Boolean
true if successfull; otherwise false