Click or drag to resize
AdvancedFormSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsAdvancedFormSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class AdvancedFormSettings : ObjectWithState

The AdvancedFormSettings type exposes the following members.

Properties
  NameDescription
Public propertyDateFormat
Gets or sets the edit form date format string.
Public propertyEnableCustomAttributeEditing
Gets or sets a value that indicates whether the attribute editing in the advanced form is enabled.
Public propertyEnabled
Gets or sets a value indicating whether the user can use the advanced insert/edit form.
Public propertyEnableResourceEditing
Gets or sets a value that indicates whether the resource editing in the advanced form is enabled.
Public propertyMaximumHeight
Gets or sets the maximum height of the modal advanced form.
Public propertyModal
Gets or sets a value indicating whether advanced form is displayed as a modal dialog.
Public propertyTimeFormat
Gets or sets the edit form time format string.
Public propertyWidth
Gets or sets the width of the modal advanced form.
Public propertyZIndex
Gets or sets a value indicating the z-index of the modal dialog.
Top
See Also