DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Collection ColumnAlignmentCollection { get; set; }
Visual Basic
Public Property ColumnAlignmentCollection As Collection
	Get
	Set
Visual C++
public:
virtual property Collection^ ColumnAlignmentCollection {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}

Property Value

Type: Collection

See Also