DetailViewColumns Property
|
The control's behavior can be changed programmatically using the control properties, or using the supported property page(s).
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(102)]
public DETAILVIEWCOLUMNORDER Columns { get; set; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(102)>
Public Property Columns As DETAILVIEWCOLUMNORDER
Get
Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(102)]
property DETAILVIEWCOLUMNORDER Columns {
DETAILVIEWCOLUMNORDER get ();
void set (DETAILVIEWCOLUMNORDER value);
}
Property Value
Type:
DETAILVIEWCOLUMNORDER
Remarks
Click the picture below to get more information on the usage of the available properties.
See Also