TcxCustomControlStyles.NavigatorInfoPanel Property
In This Article
Specifies the style for the information panel displayed in an editing control’s navigator.
#Declaration
Delphi
property NavigatorInfoPanel: TcxStyle index ecs_NavigatorInfoPanel read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to specify the style (font, background, and text color) of the navigator’s information panel. To access information panel settings, use the editing control’s Navigator.InfoPanel property.
See Also