Class SelectionModificationOptions
Define how selection will be modified.
Inheritance
Namespace: Telerik.Windows.Data.Selection
Assembly: Telerik.Windows.Data.dll
Syntax
public sealed class SelectionModificationOptions : ValueType
Properties
Extend
Gets or sets a value indicating whether selection should be extended.
Declaration
public bool Extend { get; set; }
Property Value
System.
|
MinimallyModify
Gets or sets a value indicating whether selection should be minimally modified.
Declaration
public bool MinimallyModify { get; set; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(SelectionModificationOptions)
Equalises the specified other option.
Declaration
public bool Equals(SelectionModificationOptions otherOption)
Parameters
Selection The other option. |
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Operators
Equality(SelectionModificationOptions, SelectionModificationOptions)
Implements the operator ==.
Declaration
public static bool operator ==(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)
Parameters
Selection The first options. |
Selection The second options. |
Returns
System. The result of the operator. |
Inequality(SelectionModificationOptions, SelectionModificationOptions)
Implements the operator !=.
Declaration
public static bool operator !=(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)
Parameters
Selection The first options. |
Selection The second options. |
Returns
System. The result of the operator. |