Class ColumnDescriptor
Descriptor for the columns that should be shown in the selection grids of a ItemPicker or in a SearchableDataGrid.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ColumnDescriptor
Properties
View SourceHeader
Gets or sets the header shown in the dropdown for the search scope.
Declaration
public string Header { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The header. |
MemberName
Gets or sets the name of the member of the data item.
Declaration
public string MemberName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the member. |
Watermark
Gets or sets the Watermark shown while the search in this column is active.
Declaration
public string Watermark { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The watermark. |
Remarks
If this is not set it will be equal to Header.