Back to Devexpress

Tile.IsMaximized Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tile-92e3129b.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool IsMaximized { get; set; }
vb
Public Property IsMaximized As Boolean

Property Value

TypeDescription
Boolean

true if the tile is maximized; otherwise, false.

|

Remarks

The Tile.Size property is ignored if the IsMaximized property is enabled.

See Also

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace