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