Class PopupDialogView
Inheritance
PopupDialogView
Implements
Extension Methods
Namespace: Fleet.Mobile.Containers.Popup
Assembly: FleetMobile.dll
Syntax
[XamlFilePath("Containers\\Popup\\PopupDialogView.xaml")]
public class PopupDialogView : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
PopupDialogView()
Declaration
public PopupDialogView()
Fields
HasOkButtonProperty
Declaration
public static readonly BindableProperty HasOkButtonProperty
Field Value
| BindableProperty |
Properties
ButtomHeight
HasOkButton
Methods
ClearPopupContent()
Declaration
public void ClearPopupContent()
HidePopup()
Declaration
public void HidePopup()
SetPopupContent(string, IPopupContentView)
Declaration
public void SetPopupContent(string title, IPopupContentView content)
Parameters
| string title |
| IPopupContentView content |
ShowPopup()
Declaration
public void ShowPopup()