DataViewConditions Class

Provide information about the status and conditions of a data view.

Definition

Namespace: Aliquo.Windows.Controls.Models
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class DataViewConditions
Inheritance
Object    DataViewConditions

Constructors

DataViewConditionsInitializes a new instance of the DataViewConditions class

Properties

Filter Get or set a Data filter.
FixedColumns Get or set a number of fixed columns.
Group Get or set a list of grouped fields.
Operation Get or set a aperation on the data view that caused the last state change.
Sorted Get or set a Field sorting.
VisibleFields Get or set a list of visible fields.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ToListingSettings Getting listing configuration from a view's conditions.
(Defined by DataViewConditionsExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also