Define how selection will be modified.
Definition
Namespace:Telerik.Windows.Data.Selection
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public struct SelectionModificationOptions
Inherited Members
Properties
Gets or sets a value indicating whether selection should be extended.
C#
public bool Extend { readonly get; set; }
true if should extend; otherwise, false.
Gets or sets a value indicating whether selection should be minimally modified.
C#
public bool MinimallyModify { readonly get; set; }
true if should minimally modify; otherwise, false.
Methods
Equalises the specified other option.
C#
public bool Equals(SelectionModificationOptions otherOption)
The other option.
Returns:Operators
Implements the operator !=.
C#
public static bool operator !=(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)
The first options.
secondOptionsSelectionModificationOptionsThe second options.
Returns:The result of the operator.
Implements the operator ==.
C#
public static bool operator ==(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)
The first options.
secondOptionsSelectionModificationOptionsThe second options.
Returns:The result of the operator.