Class ModuleGroupDefinition
A definition of module groups.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ModuleGroupDefinition : DependencyObject
Fields
View SourceCaptionProperty
Identifies the Caption dependency property.
Declaration
public static readonly DependencyProperty CaptionProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceCaption
Gets or sets the caption of the module group.
Declaration
public object Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DataTemplate
Gets or sets the DataTemplate used for displaying members of the module group.
Declaration
public DataTemplate DataTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| DataTemplate |
Filters
Gets the filter collection used for the group.
Declaration
public ModuleFilterCollection Filters { get; }
Property Value
| Type | Description |
|---|---|
| ModuleFilterCollection |