ViewResizeActions Property |
Gets the resize actions.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<ActionBase> ResizeActions { get; }Public ReadOnly Property ResizeActions As IList(Of ActionBase)
Get
public:
property IList<ActionBase^>^ ResizeActions {
IList<ActionBase^>^ get ();
}member ResizeActions : IList<ActionBase> with get
Property Value
Type:
IListActionBase
The resize actions.
See Also