Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditStyle.BorderStyle Property

Defines the border style.

#Declaration

Delphi
property BorderStyle: TcxEditBorderStyle read; write;

#Property Value

Type
TcxEditBorderStyle

#Remarks

The BorderStyle property specifies the style of the border around an editor. Border styles are described by the TcxEditBorderStyle enumerator. You can set the border color using the BorderColor property for the editors with the BorderStyle property set to ebsThick or ebsSingle.

When the BorderStyle property is assigned, the svBorderStyle flag is set to the AssignedValues property.

See Also