Struct SerializableSelection
Represents selection of rows that can be copied to system clipboard.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public struct SerializableSelection
Constructors
Name | Description |
---|---|
SerializableSelection(IReadOnlyList<RowPresenter>, IReadOnlyList<ColumnSerializer>) | Initializes a new instance of SerializableSelection. |
Fields
Name | Description |
---|---|
ColumnSerializers | Gets the column serializers. |
Rows | Gets the selection of rows. |
Properties
Name | Description |
---|---|
CanCopyToClipboard | Gets a value indicates whether the selection of rows can be copied to system clipboard. |
IsEmpty | Gets a value indicates whether this serializable selection is empty. |
Methods
Name | Description |
---|---|
CopyToClipboard(Boolean, Boolean) | Copyies data to clipboard. |