Skip to main content

TitleBase.Content Property

Gets or sets the title's content. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public object Content { get; set; }

#Property Value

Type Description
Object

An Object value that represents the title's content.

See Also