DataViewPropertyDescriptor.SetIsBrowsable(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a BrowsableAttribute corresponding to the specified Boolean value that indicates whether the property can be modified at design time in a Properties window.
public:
void SetIsBrowsable(bool value);
public void SetIsBrowsable (bool value);
member this.SetIsBrowsable : bool -> unit
Public Sub SetIsBrowsable (value As Boolean)