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

TcxGridLevelOptions.DetailFrameWidth Property

Specifies the width of a frame around a View displayed at the detail grid level.

#Declaration

Delphi
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