Interface IModelTreeNode
Inherited Members
Namespace: Telerik.OpenAccess.Util
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IModelTreeNode : ITreeNodeWithKey
Properties
ImageUri
Declaration
Uri ImageUri { get; set; }
Property Value
System.
|
IsCheckAllowed
Declaration
bool IsCheckAllowed { get; set; }
Property Value
System.
|
IsChecked
Declaration
bool? IsChecked { get; set; }
Property Value
System.
|
Item
Declaration
object Item { get; }
Property Value
System.
|
Name
Declaration
string Name { get; set; }
Property Value
System.
|
Nodes
Declaration
List<IModelTreeNode> Nodes { get; }
Property Value
System.
|
Owner
Methods
OnDoubleClick()
Declaration
void OnDoubleClick()