Click or drag to resize
CustomWpfControlType Enumeration
A list of control types that can be replaced by custom controls.

Namespace: Rally.RestApi.UiForWpf
Assembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public enum CustomWpfControlType
Members
  Member nameValueDescription
Buttons0 Replaces the default Button with a custom one. The replacement button must extend from Button.
TabControl1 Replaces the default tab control with a custom one. The replacement tab control must extend from Selector.
TabItem2 Replaces the default tab item with a custom one. The replacement tab item control must extend from HeaderedContentControl.
See Also