Struct
SelectionModificationOptions

Define how selection will be modified.

Definition

Namespace:Telerik.Windows.Data.Selection

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public struct SelectionModificationOptions

Inherited Members ValueType.ToString()

Properties

Extend

Gets or sets a value indicating whether selection should be extended.

Declaration

cs-api-definition
public bool Extend { readonly get; set; }

Property Value

bool

true if should extend; otherwise, false.

MinimallyModify

Gets or sets a value indicating whether selection should be minimally modified.

Declaration

cs-api-definition
public bool MinimallyModify { readonly get; set; }

Property Value

bool

true if should minimally modify; otherwise, false.

Methods

Equals(SelectionModificationOptions)

Equalises the specified other option.

Declaration

cs-api-definition
public bool Equals(SelectionModificationOptions otherOption)

Parameters

otherOption

SelectionModificationOptions

The other option.

Returns

bool

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ValueType.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides ValueType.GetHashCode()

Operators

operator !=(SelectionModificationOptions, SelectionModificationOptions)

Implements the operator !=.

Declaration

cs-api-definition
public static bool operator !=(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)

Parameters

firstOptions

SelectionModificationOptions

The first options.

secondOptions

SelectionModificationOptions

The second options.

Returns

bool

The result of the operator.

operator ==(SelectionModificationOptions, SelectionModificationOptions)

Implements the operator ==.

Declaration

cs-api-definition
public static bool operator ==(SelectionModificationOptions firstOptions, SelectionModificationOptions secondOptions)

Parameters

firstOptions

SelectionModificationOptions

The first options.

secondOptions

SelectionModificationOptions

The second options.

Returns

bool

The result of the operator.