GrapeCity MultiRow Windows Forms Documentation
ButtonCommand Property


Gets or sets the button command.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates an action will be performed when the ButtonCell is clicked.")>
<SRCategoryAttribute("Behavior")>
Public Property ButtonCommand As IButtonCommand
Dim instance As ButtonCell
Dim value As IButtonCommand
 
instance.ButtonCommand = value
 
value = instance.ButtonCommand
[DefaultValue()]
[SRDescription("Indicates an action will be performed when the ButtonCell is clicked.")]
[SRCategory("Behavior")]
public IButtonCommand ButtonCommand {get; set;}

Property Value

An IButtonCommand value that represents the button command. The default is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ButtonCell Class
ButtonCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.