Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool IsMaximized { get; set; }

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