Gets a value indicating whether this IDataField is browsable in property-like grids.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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: Booleantrue if browsable; otherwise, false.