GridHighlightConfigShowLineNames Property |
Version 100.0.140
Show line name labels (default: false).
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax public bool? ShowLineNames { get; set; }
public:
property Nullable<bool> ShowLineNames {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also