Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [DefaultValueAttribute("")] [PersistenceModeAttribute(PersistenceMode.Attribute)] public string CommandArgument { get; set; } |
Visual Basic (Declaration) |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _ <DefaultValueAttribute("")> _ <PersistenceModeAttribute(PersistenceMode.Attribute)> _ Public Property CommandArgument As String |
Remarks
The CommandArgument property complements the CommandName property by allowing you to provide additional information about the command to perform.