1. |
.Net Framework'te yazılan bir control veya component'in public propertylerinin property grid üzerinde görünüp görünmeyeceğini belirleyen attribute.
[Browsable(true)]
public GorunenProperty {get; set;}
[Browsable(false)]
public GorunmeyenProperty {get; set;}
şeklinde kullanılır.
|