Skip to main content

XtraPanel.ShouldSerializeAutoSizeMode() Method

Gets whether the XtraPanel.AutoSizeMode property should be serialized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public virtual bool ShouldSerializeAutoSizeMode()

Returns

Type Description
Boolean

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

See Also