alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridTextAlign

    Defines the constants that specifies the text alignment for TextAlign.

    Inheritance
    System.Object
    GridTextAlign
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridTextAlign : Enum

    Fields

    Default

    Uses the setting defined as default for the cell type.

    Declaration
    public const GridTextAlign Default
    Field Value
    Type
    GridTextAlign

    Left

    Aligns the text left of button elements. This is typical for combo boxes.

    Declaration
    public const GridTextAlign Left
    Field Value
    Type
    GridTextAlign

    Right

    Aligns the text right of button elements.

    Declaration
    public const GridTextAlign Right
    Field Value
    Type
    GridTextAlign
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved