RadNewItemAttribute
Class
Represents a new item attribute.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadNewItemAttribute : Attribute, _Attribute
Inheritance: objectAttributeRadNewItemAttribute
Implements:
Inherited Members
Constructors
Properties
Gets a value indicating whether a verb should be added.
C#
public bool AddMenuVerb { get; }
Gets a value indicating whether the item should be editable.
C#
public bool AllowEditItemText { get; }
Gets a string representing the new item text.
C#
public string NewItemName { get; }
Gets a value indicating whether a glyph should be added.
C#
public bool PaintGlyph { get; }