Behavior Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| AttachmentItemEventArgs..::..Behavior Property |
| AttachmentItemEventArgs Class See Also Send Feedback |
provide more option for AttachmentRemoveClicked/ActionButtonClicked event.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public AttachmentItemBehavior Behavior { get; set; } |
| Visual Basic |
|---|
Public Property Behavior As AttachmentItemBehavior Get Set |
| Visual C++ |
|---|
public: property AttachmentItemBehavior Behavior { AttachmentItemBehavior get (); void set (AttachmentItemBehavior value); } |