Skip to main content

Tile.IsMaximized Property

Gets or sets whether the tile is maximized. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public bool IsMaximized { get; set; }

#Property Value

Type Description
Boolean

true to maximize the tile; otherwise, false.

#Remarks

In the image below, the 'System Information' tile is maximized.

tile-ismiximized

See Also