FarPoint.Win.Spread
ButtonAlign Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : ButtonAlign Property


Gets or sets where the buttons are displayed in the cell.

Syntax

Visual Basic (Declaration) 
Public Property ButtonAlign As ButtonAlign
Visual Basic (Usage)Copy Code
Dim instance As EditBaseCellType
Dim value As ButtonAlign
 
instance.ButtonAlign = value
 
value = instance.ButtonAlign
C# 
public ButtonAlign ButtonAlign {get; set;}

Return Value

ButtonAlign setting that determines alignment of a button in the editor control

See Also