Holds information about the strips in a
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CommandBarStripInfoHolder
Inheritance: objectCommandBarStripInfoHolder
Constructors
C#
public CommandBarStripInfoHolder()
Properties
Gets a list of elements for which the is storing info.
C#
public List<CommandBarStripElement> StripInfoList { get; }
Methods
Adds information about a specific strip to the
C#
public void AddStripInfo(CommandBarStripElement strip)
The object to add info about.
Removes information about a specific strip from the
C#
public void RemoveStripInfo(CommandBarStripElement strip)
The object to remove info about.