Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ButtonRenderer Class / ButtonType Property


In This Topic
    ButtonType Property (ButtonRenderer)
    In This Topic
    Gets or sets the type of command button.
    Syntax
    'Declaration
     
    
    Public Property ButtonType As ButtonType
    'Usage
     
    
    Dim instance As ButtonRenderer
    Dim value As ButtonType
     
    instance.ButtonType = value
     
    value = instance.ButtonType
    public ButtonType ButtonType {get; set;}

    Property Value

    ButtonType setting that determines the type of button
    Remarks
    Use this property to specify what type of command buttons are used in the control.
    See Also