TcxGridLevel.MaxDetailHeight Property
In This Article
Specifies the maximum height (in pixels) of Views displayed by detail levels.
#Declaration
Delphi
property MaxDetailHeight: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Set this property to 0 to remove height restrictions.
The MaxDetailHeight property automatically updates its value by multiplying it by the DPI-aware form’s scaling factor every time it changes.
The default MaxDetailHeight property value is 0.
See Also