Back to Devexpress

BarEditItemLink.CanResize Property

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-864bd90c.md

latest1.3 KB
Original Source

BarEditItemLink.CanResize Property

Gets or sets whether the link that corresponds to a bar edit item can be resized.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override bool CanResize { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property CanResize As Boolean

Property Value

TypeDescription
Boolean

true if the link that corresponds to a bar edit item can be resized; otherwise, false.

|

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace