Class ColumnDescriptor
Descriptor for the columns that should be shown in the selection grids of a ItemPicker or in a SearchableDataGrid.
Inheritance
System.Object
    ColumnDescriptor
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    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 | 
|---|---|
| System.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 | 
|---|---|
| System.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 | 
|---|---|
| System.String | The watermark.  | 
      
Remarks
If this is not set it will be equal to Header.