DataListRowHeight Property

This read-only property can be used to get the row height including the separator.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int RowHeight { get; }

Property Value

Int32

Remarks

The return value is undefined if no template and/or data source has been specified

See Also