Back to Devexpress

XtraPanel.ShouldSerializeAutoSizeMode() Method

windowsforms-devexpress-dot-xtraeditors-dot-xtrapanel-cbf74304.md

latest1.4 KB
Original Source

XtraPanel.ShouldSerializeAutoSizeMode() Method

Gets whether the XtraPanel.AutoSizeMode property should be serialized.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public virtual bool ShouldSerializeAutoSizeMode()
vb
Public Overridable Function ShouldSerializeAutoSizeMode As Boolean

Returns

TypeDescription
Boolean

true if the XtraPanel.AutoSizeMode property should be serialized; otherwise, false.

|

See Also

AutoSizeMode

XtraPanel Class

XtraPanel Members

DevExpress.XtraEditors Namespace