Tile.IsMaximized Property
Gets or sets whether the tile is maximized. A maximized tile is automatically resized to fit available space in the TileLayoutControl. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the tile is maximized; otherwise, false. |
Remarks
The Tile.Size property is ignored if the IsMaximized property is enabled.
See Also