Gets a value indicating whether this row is in visible bounds of the
GridControl.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool IsInVisibleBounds { get; } |
Visual Basic |
---|
Public ReadOnly Property IsInVisibleBounds As Boolean
Get |
Visual C++ |
---|
public:
property bool IsInVisibleBounds {
bool get ();
} |
F# |
---|
member IsInVisibleBounds : bool with get
|
Property Value
Type:
Booleantrue if this instance is in visible bounds; otherwise,
false.
See Also