Skip to main content
All docs
V26.1
  • TableCell.HorizontalAnchorCenter Property

    Gets or sets a value indicating whether the horizontal anchor of the cell is centered.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public bool HorizontalAnchorCenter { get; set; }

    Property Value

    Type Description
    Boolean

    true if the horizontal anchor of the cell is centered; otherwise, false.

    See Also