Instructs to display field list column values tabbed at fixed positions or as plain text.
'Declaration
Public Property FixedColumnMode As System.Boolean
'Usage
Dim instance As FieldListOptions
Dim value As System.Boolean
instance.FixedColumnMode = value
value = instance.FixedColumnMode
public System.bool FixedColumnMode {get; set;}
public: __property System.bool get_FixedColumnMode();
public: __property void set_FixedColumnMode(
System.bool value
);
Property Value
true to display field list column values tabbed at fixed positions, false to display them as plain text.