FieldSplitting Property (Read/Write)
|
Top Previous Next |
Determines the format of Fields in HostFields and EditFields colections.
VB.NET Syntax
tnxxxx.FieldSplitting [= bool]
C# Syntax
tnxxxx.FieldSplitting [= bool];
Remarks
FieldSplitting property controls how fields in HostFields and EditFields collections are constructed. When active, fields that go beyond the maximun of display column are splitted in two or more fields.
Default is true.
See also Field class, HostFields and EditFields properties. |