GridHighlightConfigShowAreaNames Property |
Version 104.4.240
Show area name labels (default: false).
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public bool? ShowAreaNames { get; set; }
public:
property Nullable<bool> ShowAreaNames {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also