Class RepeatingSectionItemControl
Inheritance
Inherited Members
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RepeatingSectionItemControl : ButtonContentControl, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IContentControl
Constructors
RepeatingSectionItemControl()
Declaration
public RepeatingSectionItemControl()
Fields
RepeatItemCommandProperty
Identifies the RepeatItemCommand dependency property.
Declaration
public static readonly RadProperty RepeatItemCommandProperty
Field Value
|
RadProperty
|
Properties
RepeatItemCommand
Gets or sets the value that indicates the command to be executed when a new repeating item is to be added.
Declaration
public ICommand RepeatItemCommand { get; set; }
Property Value
|
ICommand
|
Methods
Initialize(ContentControlState)
Initializes the content control with provided state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
|
ContentControlState
state
The state with which the control should be initialized. |
Overrides
OnButtonElementClick(Object, EventArgs)
Declaration
protected override void OnButtonElementClick(object sender, EventArgs e)
Parameters
|
System.Object
sender
|
|
System.EventArgs
e
|
Overrides
UpdateChildrenVisibleUIState()
Declaration
protected override void UpdateChildrenVisibleUIState()
Overrides
UpdateState(ContentControlState)
Updates the state of the control.
Declaration
public override void UpdateState(ContentControlState state)
Parameters
|
ContentControlState
state
The state to be applied to the control. |