---
title: widgetLargestAvailableDisplayMode
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsextensioncontext/widgetlargestavailabledisplaymode
---

# widgetLargestAvailableDisplayMode

The largest display mode the widget supports.

## Declaration

```swift
var widgetLargestAvailableDisplayMode: NCWidgetDisplayMode { get set }
```

## Discussion

Discussion The default value of this property is NCWidgetDisplayMode.compact. At any time, you can change the largest display mode your widget supports by changing the value of this property. For example, you can update the property value as more or less content is available to display in your widget.

## See Also

### Deprecated

- [completeRequest(withBroadcast:broadcastConfiguration:setupInfo:)](foundation/nsextensioncontext/completerequest(withbroadcast:broadcastconfiguration:setupinfo:).md)
- [widgetActiveDisplayMode](foundation/nsextensioncontext/widgetactivedisplaymode.md)
- [widgetMaximumSize(for:)](foundation/nsextensioncontext/widgetmaximumsize(for:).md)
