Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / CommandBar Property
Example


In This Topic
    CommandBar Property
    In This Topic
    Gets the command bar information for the component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CommandBar As CommandBarInfo
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As CommandBarInfo
     
    value = instance.CommandBar
    public CommandBarInfo CommandBar {get;}

    Property Value

    CommandBarInfo object that contains the appearance settings for the command bar.
    Example
    This example shows how to set the appearance of the command bar using the CommandBar property.
    See Also