TcxGridLevelOptions.DetailFrameWidth Property
Specifies the width of a frame around a View displayed at the detail grid level.
Declaration
property DetailFrameWidth: Integer read; write; default cxGridLevelDefaultDetailFrameWidth;
Property Value
Type | Default |
---|---|
Integer | cxGridLevelDefaultDetailFrameWidth |
Remarks
Use the DetailFrameWidth property to specify the width of the frame around a View displayed at the detail grid level. The DetailFrameColor property determines the color of this frame.
The following image shows the frame around the detail with a width of 4 pixels and its color set to soft blue ($00FF8000).
See Also