[]
Provides data for ResolveCustomControl event.
public sealed class ResolveCustomControlEventArgs : EventArgs
Public NotInheritable Class ResolveCustomControlEventArgs
Inherits EventArgs
Name | Description |
---|---|
Command | Gets the associated command of the control. |
Control | Gets or sets the custom control. |
Spread | Gets the FpSpread control. |
Tag | Gets the associated data of the event. |
Type | The type of custom control. |
Name | Description |
---|---|
CreateDefaultControl() | Creates the default control. |