Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CreateButtonEventArgs Class / Label Property
Example


In This Topic
    Label Property (CreateButtonEventArgs)
    In This Topic
    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;}

    Property Value

    String containing the text for the button
    Example
    This example changes the label of the Update button in the command bar.
    See Also