RGF.Abstraction
C#
Show/Hide TOC
IRgf
Property
Extension
Get
Max
Length 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
int
?
GetMaxLength
(
this
IRgfProperty
property
)
Parameters
property
IRgfProperty
Return Value
Nullable
Int32
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