Show / Hide Table of Contents

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 Source

Header

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.

View Source

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.

View Source

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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX