DXPopupSettings.StyleKey Property
Gets or sets the key that refers to the style defined in a page or in Application.Resources
.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string StyleKey { get; set; }
Property Value
Type | Description |
---|---|
String | The key that refers to the style defined in a page or in the |
See Also