Class NewItemInfo
Represents a new item's data.
Inheritance
System.Object
NewItemInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Design
Assembly: Telerik.WinControls.dll
Syntax
public class NewItemInfo
Constructors
NewItemInfo(RadNewItemAttribute, RadItemCollection)
Initializes a new instance of the NewItemData class.
Declaration
public NewItemInfo(RadNewItemAttribute attribute, RadItemCollection targetCollection)
Parameters
RadNewItemAttribute
attribute
|
RadItemCollection
targetCollection
|
Fields
AddMenuVerb
Declaration
public bool AddMenuVerb
Field Value
System.Boolean
|
AllowEdit
Declaration
public bool AllowEdit
Field Value
System.Boolean
|
EditText
Declaration
public string EditText
Field Value
System.String
|
PaintGlyph
Declaration
public bool PaintGlyph
Field Value
System.Boolean
|