Click or drag to resize

PageConfigurationDataItemClassPageConfigurationUI Property

Page configuration user interface (WPF XAML object)

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public PageConfigurationUI PageConfigurationUI { get; set; }

Property Value

Type: PageConfigurationUI
Examples
Set Page data grid user interface to Window Frame
this.FrameConfiguration.Content = PageConfiguration.PageConfigurationUI;
See Also