Skip to main content

PreviewFormat

Customize how Table Cell data are rendered into different UX-Friendly formats

Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class PreviewFormat

Properties

Value

View Source
Declaration
public object Value { get; set; }

class

View Source
Declaration
public string class { get; set; }

IconClass

View Source
Declaration
public string IconClass { get; set; }

IconRoundedClass

View Source
Declaration
public string IconRoundedClass { get; set; }

ValueIconClass

View Source
Declaration
public string ValueIconClass { get; set; }

Format

View Source
Declaration
public FormatInfo Format { get; set; }

IncludeIcon

View Source
Declaration
public bool IncludeIcon { get; set; }

IncludeCount

View Source
Declaration
public bool IncludeCount { get; set; }

MaxFieldLength

View Source
Declaration
public int MaxFieldLength { get; set; }

MaxNestedFields

View Source
Declaration
public int MaxNestedFields { get; set; }

MaxNestedFieldLength

View Source
Declaration
public int MaxNestedFieldLength { get; set; }