Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / IsShowPropertyGridValue Property


In This Topic
    IsShowPropertyGridValue Property
    In This Topic
    Get or set visible status of PropertyGrid panel
    Syntax
    'Declaration
     
    
    Public Property IsShowPropertyGridValue As Boolean
    'Usage
     
    
    Dim instance As DesignerMain
    Dim value As Boolean
     
    instance.IsShowPropertyGridValue = value
     
    value = instance.IsShowPropertyGridValue
    public bool IsShowPropertyGridValue {get; set;}
    See Also