Gets a value indicating whether this IDataField is browsable in property-like grids.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
bool Browsable { get; }
Visual Basic
ReadOnly Property Browsable As Boolean
	Get
Visual C++
property bool Browsable {
	bool get ();
}
F#
abstract Browsable : bool with get

Property Value

Type: Boolean
true if browsable; otherwise, false.

See Also