Skip to main content
All docs
V26.1
  • TdxControlFrameOptions.Borders Property

    Specifies the visibility of individual frame borders.

    Declaration

    property Borders: TcxBorders read; write; default cxBordersAll;

    Property Value

    Type Default Description
    TcxBorders cxBordersAll

    A set of visible frame borders.

    Remarks

    Use the Borders property to hide or display individual frame borders if the Visible property is set to True.

    The Borders property’s default value is cxBordersAll.

    See Also