|
|
| Riadok 1: |
Riadok 1: |
| − | <viewsecurity developer/>
| |
| − | grid pre Rozpis úhrad
| |
| | | | |
| − | Namespace: '''Datalock.Spin.Lea.UI.Spolocne.Controls'''<br>
| |
| − | Trieda: '''[[RozpisUhradUC]]'''<br>
| |
| − | Metóda: '''Init'''(IApplicationContext applicationContext)<br>
| |
| − | inicializácia triedy<br>
| |
| − | Metóda: DWUltraGrid '''GetGrid'''<br>
| |
| − | referencia na Grid z User Controlu<br>
| |
| − |
| |
| − | {{Príklad|
| |
| − | <syntaxhighlight lang=csharp>
| |
| − | public partial class PrikladForm:MDIChildEx
| |
| − | {
| |
| − | public PrikladForm(Guid applicationContextId): base(applicationContextId)
| |
| − | {
| |
| − | InitializeComponent();
| |
| − | gridRozpisUhrad.Init(ApplicationContext);
| |
| − | dwNieco.DWItemHandler.DetailItems.Add(gridRozpisUhrad.GetGrid());
| |
| − | }
| |
| − | }
| |
| − | </syntaxhighlight>
| |
| − | }}
| |
| − |
| |
| − | [[category:Grids]]
| |