ListFieldSettingsWindow Class

Interaction logic for ColumnSettingWindow.xaml.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ListFieldSettingsWindow : Window, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    Window    ListFieldSettingsWindow
Implements
IComponentConnector

Constructors

Properties

FixedColumns Gets the number of fixed columns.
SelectedFields Gets the list of selected fields.
SettingResult Gets a value that specifies the user action.

Methods

InitializeComponent InitializeComponent

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
IsModal Determines whether the window is modal, that is, it will be opened using ShowDialog.
(Defined by WindowExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also