Enum
EditItemType

Represents the type of the objects on which the Settings Pane Editor Control work.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1714:FlagsEnumsShouldHavePluralNames")]
[Flags]
public enum EditItemType

Fields

All

All types.

Declaration

cs-api-definition
All = Shapes | Connections | Custom

Field Value

EditItemType

Connections

Connections only.

Declaration

cs-api-definition
Connections = 2

Field Value

EditItemType

Custom

Custom type.

Declaration

cs-api-definition
Custom = 4

Field Value

EditItemType

None

Represents the absence of a value.

Declaration

cs-api-definition
None = 0

Field Value

EditItemType

Shapes

Shapes only.

Declaration

cs-api-definition
Shapes = 1

Field Value

EditItemType

In this article
DefinitionFieldsAllConnectionsCustomNoneShapes
Not finding the help you need?
Contact Support