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