Class RadNewItemAttribute
Represents a new item attribute.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadNewItemAttribute : Attribute, _Attribute
Constructors
RadNewItemAttribute(String, Boolean)
Initializes a new instance of the RadNewItemAttribute class.
Declaration
public RadNewItemAttribute(string newItemName, bool allowEditItemText)
Parameters
System.String
newItemName
|
System.Boolean
allowEditItemText
|
RadNewItemAttribute(String, Boolean, Boolean)
Initializes a new instance of the RadNewItemAttribute class.
Declaration
public RadNewItemAttribute(string newItemName, bool allowEditItemText, bool paintGlyph)
Parameters
System.String
newItemName
|
System.Boolean
allowEditItemText
|
System.Boolean
paintGlyph
|
RadNewItemAttribute(String, Boolean, Boolean, Boolean)
Initializes a new instance of the RadNewItemAttribute class.
Declaration
public RadNewItemAttribute(string newItemName, bool allowEditItemText, bool paintGlyph, bool addMenuVerb)
Parameters
System.String
newItemName
|
System.Boolean
allowEditItemText
|
System.Boolean
paintGlyph
|
System.Boolean
addMenuVerb
|
Properties
AddMenuVerb
Gets a value indicating whether a verb should be added.
Declaration
public bool AddMenuVerb { get; }
Property Value
System.Boolean
|
AllowEditItemText
Gets a value indicating whether the item should be editable.
Declaration
public bool AllowEditItemText { get; }
Property Value
System.Boolean
|
NewItemName
Gets a string representing the new item text.
Declaration
public string NewItemName { get; }
Property Value
System.String
|
PaintGlyph
Gets a value indicating whether a glyph should be added.
Declaration
public bool PaintGlyph { get; }
Property Value
System.Boolean
|