ListingGroup Class

Grouping element.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class ListingGroup : BindableCore
Inheritance
Object    BindableCore    ListingGroup

Constructors

ListingGroupInitializes a new instance of the ListingGroup class

Properties

Field Field name.
FooterType Group foot type [Pie].
GroupType Group type [Condicion].
HeaderType Group header type [Encabezado].
IndexExpression Index of the expression in the expression list.
OrderType Order type [Orden].
Text Element text [Etiqueta].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also