Name | Description | |
---|---|---|
![]() | Configuration Constructor | Initialize Defaults |
The following tables list the members exposed by Configuration.
Name | Description | |
---|---|---|
![]() | Configuration Constructor | Initialize Defaults |
Name | Description | |
---|---|---|
![]() | CreateHeader | Create a header for tables. The default is true. |
![]() | FalseText | The text when a boolean is false. The default is False |
![]() | HeaderBackgroundColor | The background color of the header for tables. The default is Black |
![]() | HeaderForegroundColor | The foreground color of the header for tables. The default is White |
![]() | InsertPageBreaks | Insert page breaks when performing a search and replace of lists of items. The default is true. |
![]() | InsertSpacesIntoEnumValues | Insert spaces into enum values based on capitilization. The default is True |
![]() | InsertSpacesIntoHeaderColumns | Insert spaces into header columns for tables based on capitilization. The default is True |
![]() | MinValueDateText | The default text when a date is DateTime.MinValue. The default is string.Empty |
![]() | NoItemsMessage | When there are no items in a list or data table the NoItemsMessage will show on the second row. The default is "No items found" |
![]() | NullText | The default text when a value is null. The default is string.Empty. |
![]() | TrueText | The text when a boolean is true. The default is True |