EditorDropDownItems Property |
Gets the collection of EditorTool objects, inside the tool strip.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
public virtual EditorDropDownItemCollection Items { get; }
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>
Public Overridable ReadOnly Property Items As EditorDropDownItemCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
virtual property EditorDropDownItemCollection^ Items {
EditorDropDownItemCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
abstract Items : EditorDropDownItemCollection with get
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
override Items : EditorDropDownItemCollection with get
Property Value
Type:
EditorDropDownItemCollectionThe tools.
See Also