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.Boolean
|
MinimallyModify
Gets or sets a value indicating whether selection should be minimally modified.
Declaration
public bool MinimallyModify { get; set; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(SelectionModificationOptions)
Equalises the specified other option.
Declaration
public bool Equals(SelectionModificationOptions otherOption)
Parameters
SelectionModificationOptions
otherOption
The other option. |
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Operators
Equality(SelectionModificationOptions, SelectionModificationOptions)
Implements the operator ==.
Declaration
public static bool operator ==(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)
Parameters
SelectionModificationOptions
firstOptions
The first options. |
SelectionModificationOptions
secondOptions
The second options. |
Returns
System.Boolean
The result of the operator. |
Inequality(SelectionModificationOptions, SelectionModificationOptions)
Implements the operator !=.
Declaration
public static bool operator !=(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)
Parameters
SelectionModificationOptions
firstOptions
The first options. |
SelectionModificationOptions
secondOptions
The second options. |
Returns
System.Boolean
The result of the operator. |