RGF.Abstraction
C#
Show/Hide TOC
IRgf
Property
Extension
Is
Dynamic Method
Definition
Namespace:
Recrovit.RecroGridFramework.Abstraction.Models
Assembly:
Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.19.0.10616
C#
Copy
public
static
bool
IsDynamic
(
this
IRgfProperty
property
)
Parameters
property
IRgfProperty
Return Value
Boolean
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IRgfProperty
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
IRgfPropertyExtension Class
Recrovit.RecroGridFramework.Abstraction.Models Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also