Enum GridTextAlign
Defines the constants that specifies the text alignment for TextAlign.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridTextAlign
Fields
Name | Description |
---|---|
Default | Uses the setting defined as default for the cell type. |
Left | Aligns the text left of button elements. This is typical for combo boxes. |
Right | Aligns the text right of button elements. |