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

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Property Value

Type: Boolean
Always true.

Implements

IDataField..::..Browsable

See Also