Gets or sets a value indicating whether the current item is selected.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute(false)] public bool Selected { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute(False)> _ Public Property Selected As Boolean |