Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiOptionCellType Class / Compact Property


In This Topic
    Compact Property (MultiOptionCellType)
    In This Topic
    Gets or sets a value indicating whether the button shows in compact mode.
    Syntax
    'Declaration
     
    
    Public Property Compact As Boolean
    'Usage
     
    
    Dim instance As MultiOptionCellType
    Dim value As Boolean
     
    instance.Compact = value
     
    value = instance.Compact
    public bool Compact {get; set;}
    See Also