Struct RadDesignCategory
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public struct RadDesignCategory
Fields
ActionCategory
Declaration
public const string ActionCategory = "Action"
Field Value
System.String
|
AppearanceCategory
Declaration
public const string AppearanceCategory = "Appearance"
Field Value
System.String
|
BehaviorCategory
Declaration
public const string BehaviorCategory = "Behavior"
Field Value
System.String
|
DataCategory
Declaration
public const string DataCategory = "Data"
Field Value
System.String
|
DragDropCategory
Declaration
public const string DragDropCategory = "Drag Drop"
Field Value
System.String
|
FocusCategory
Declaration
public const string FocusCategory = "Focus"
Field Value
System.String
|
KeyCategory
Declaration
public const string KeyCategory = "Key"
Field Value
System.String
|
LayoutCategory
Declaration
public const string LayoutCategory = "Layout"
Field Value
System.String
|
MouseCategory
Declaration
public const string MouseCategory = "Mouse"
Field Value
System.String
|
PropertyChangedCategory
Declaration
public const string PropertyChangedCategory = "Property Changed"
Field Value
System.String
|
StyleSheetCategory
Declaration
public const string StyleSheetCategory = "StyleSheet"
Field Value
System.String
|