Netcad Netigma API Reference
IViewResult Interface
Members  See Also  Send Feedback
Netcad.Netigma Namespace : IViewResult Interface


ISimpleViewPropertEditors are used to the grids that can not support template controls. For better performance they also can be used for advanced grid controls that can support in place editor controls. [Serializable] public class SimpleViewPropertEditor : ISimpleViewPropertEditor { public SimpleViewPropertEditor() { } public bool ViewPropertyEditorIsSimple { get; set; } public SimpleViewPropertyEditorType EditorType { get; set; } public string DefaultField { get; set; } public string TextFormat { get; set; } public string UrlFormat { get; set; } public string ValueDisplayFormat { get; set; } }

Syntax

 
Visual Basic
C#
 
 

Example

[Serializable] public class SimpleViewPropertEditor : ISimpleViewPropertEditor { public SimpleViewPropertEditor() { } public bool ViewPropertyEditorIsSimple { get; set; } public SimpleViewPropertyEditorType EditorType { get; set; } public string DefaultField { get; set; } public string TextFormat { get; set; } public string UrlFormat { get; set; } public string ValueDisplayFormat { get; set; } }

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2016 All Rights Reserved.