TcxCustomEditStyle.BorderStyle Property
Defines the border style.
Declaration
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