Back to Devexpress

LayoutGroup.CellSize Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-5fbe7672.md

latest1.4 KB
Original Source

LayoutGroup.CellSize Property

OBSOLETE

CellSize is obsolete

Not supported.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("CellSize is obsolete")]
public virtual Size CellSize { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("CellSize is obsolete")>
Public Overridable Property CellSize As Size

Property Value

Type
Size

Remarks

This property is not supported.

See Also

LayoutMode

Flow Layout

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace