Password Property in PropertyGrid

To mask a property of an object in property grid with password like editor, simply add attribute [PasswordPropertyText(true)] on the selected property.

Example:

[PasswordPropertyText(true)]
public string Label { get; set; }

Popular posts from this blog

(AGauge) WinForms Gauge Control - Discontinued

C# DSP Simulation - DSP Lab

WinForms Controls