TimeCell.ScrollBounds Property
Gets the original bounds calculated for painting the time cell corrected by the scroll offset.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Rectangle ScrollBounds { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides ReadOnly Property ScrollBounds As Rectangle
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle structure which determines the bounds to paint the time cell. |
See Also
Feedback