Back to Devexpress

BarItemLink.CanResize Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-5e33d9b3.md

latest1.2 KB
Original Source

BarItemLink.CanResize Property

Gets or sets whether the link can be resized.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool CanResize { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property CanResize As Boolean

Property Value

TypeDescription
Boolean

Always false.

|

Remarks

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

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace