Property Overlays
Overlays
Gets or sets the collection of overlays associated with the control.
[Browsable(false)]
public virtual IReadOnlyList<IControlOverlay>? Overlays { get; set; }
Property Value
Remarks
Setting this property updates the internal overlay collection and invalidates the control, prompting a redraw to reflect the changes.