RecordLockingWindow..::..ButtonsPanel Property
Gets or sets the buttons panel.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public StackPanel ButtonsPanel { get; set; }
Public Property ButtonsPanel As StackPanel Get Set
public: property StackPanel^ ButtonsPanel { StackPanel^ get (); void set (StackPanel^ value); }