Skip to content

PropertyProcessorOptions class

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Services

Property item generation options for BasicPropertyProcessor

public class PropertyProcessorOptions

Public Members

name description
PropertyProcessorOptions() The default constructor.
DefaultSummaryType { get; set; } Gets or sets the default summary type for numeric fields if no SummaryTypeAttribute is present. This only applies if the property is of a numeric type and is not a primary key, identity, foreign key, unbound or has a LeftJoinAttribute. Default is Sum.
const SectionKey Default section key

See Also