Back to Devexpress

StripLine Constructors

aspnet-devexpress-dot-web-dot-aspxgantt-dot-stripline-dot-ctor.md

latest2.1 KB
Original Source

StripLine Constructors

A strip line.

NameParametersDescription
StripLine()noneInitializes a new instance of the StripLine class.
StripLine(DateTime, Nullable<DateTime>, String, String)start, end, title, cssClassInitializes a new instance of the StripLine class with specified settings.
StripLine(DateTime, Nullable<DateTime>, String)start, end, titleInitializes a new instance of the StripLine class with specified settings.
StripLine(DateTime, Nullable<DateTime>)start, endInitializes a new instance of the StripLine class with specified settings.
StripLine(DateTime, String, String)start, title, cssClassInitializes a new instance of the StripLine class with specified settings.
StripLine(DateTime, String)start, titleInitializes a new instance of the StripLine class with specified settings.
StripLine(DateTime)startInitializes a new instance of the StripLine class with specified settings.

See Also

StripLine Class

StripLine Members

DevExpress.Web.ASPxGantt Namespace