Gets or sets the command name associated with the Item passed to the ItemClick and ItemSelected events of the component.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[PersistenceModeAttribute(PersistenceMode.Attribute)] [DefaultValueAttribute("")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] public string CommandName { get; set; } |
Visual Basic (Declaration) |
---|
<PersistenceModeAttribute(PersistenceMode.Attribute)> _ <DefaultValueAttribute("")> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _ Public Property CommandName As String |