Interface IView
Assembly: SuperOffice.DCFWeb.dll
Syntax
Properties
Caption
Declaration
string Caption { get; set; }
Property Value
CaptionBinding
Declaration
BindingType CaptionBinding { get; set; }
Property Value
ContainerSize
Declaration
Size ContainerSize { get; }
Property Value
ControlGroupCollection
Declaration
Collection<IControlGroup> ControlGroupCollection { get; }
Property Value
Current
Declaration
string Current { get; set; }
Property Value
DataSource
Declaration
object DataSource { get; set; }
Property Value
DataSourceName
Declaration
string DataSourceName { get; set; }
Property Value
DisableOnEdit
Declaration
bool DisableOnEdit { get; set; }
Property Value
EditMode
Declaration
bool EditMode { get; set; }
Property Value
IconHint
Declaration
string IconHint { get; set; }
Property Value
ID
Declaration
Property Value
MinWidth
Declaration
string MinWidth { get; set; }
Property Value
ParentCard
Declaration
ICard ParentCard { get; set; }
Property Value
ReadOnly
Declaration
bool ReadOnly { get; set; }
Property Value
RenderMode
Declaration
RenderMode RenderMode { get; set; }
Property Value
Selected
Declaration
bool Selected { get; set; }
Property Value
SetCurrent
Declaration
string SetCurrent { get; set; }
Property Value
Size
Declaration
Property Value
SoProtocol
Declaration
string SoProtocol { get; set; }
Property Value
SoProtocolName
Declaration
string SoProtocolName { get; }
Property Value
Declaration
string Tooltip { get; set; }
Property Value
Declaration
BindingType TooltipBinding { get; set; }
Property Value
Visible
Declaration
bool Visible { get; set; }
Property Value
Methods
Initialize(XmlNode, String)
Declaration
void Initialize(XmlNode config, string id)
Parameters
PrimaryCurrentChanged()
Declaration
bool PrimaryCurrentChanged()
Returns