Spread for ASP.NET 12 Product Documentation
Label Property (CreateButtonEventArgs)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CreateButtonEventArgs Class : Label Property
Gets or sets the text that displays in the command button.
Syntax
'Declaration
 
Public Property Label As String
'Usage
 
Dim instance As CreateButtonEventArgs
Dim value As String
 
instance.Label = value
 
value = instance.Label
public string Label {get; set;}
See Also

Reference

CreateButtonEventArgs Class
CreateButtonEventArgs Members