Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DesignerBehaviors Property


In This Topic
    DesignerBehaviors Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property DesignerBehaviors As DesignerBehaviors
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As DesignerBehaviors
     
    instance.DesignerBehaviors = value
     
    value = instance.DesignerBehaviors
    public DesignerBehaviors DesignerBehaviors {get; set;}
    See Also