Skip to main content

TextDumpOptions

Assembly: ServiceStack.Blazor.dll​
View Source​
Declaration
public class TextDumpOptions

Properties​

HeaderStyle​

View Source​
Declaration
public TextStyle HeaderStyle { get; set; }

Caption​

View Source​
Declaration
public string Caption { get; set; }

CaptionIfEmpty​

View Source​
Declaration
public string CaptionIfEmpty { get; set; }

Headers​

View Source​
Declaration
public string[] Headers { get; set; }

IncludeRowNumbers​

View Source​
Declaration
public bool IncludeRowNumbers { get; set; }