Metodo AttributesUtilityAttrIsEditable
             | 
          
        
        
            Ritorna True se l'attributo è editabile, False altrimenti.
            
        
        Namespace: DedNet.LibAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic bool AttrIsEditable(
	RowAttribute rowAttr,
	bool ctrlEditable,
	bool creatingAnagr,
	GridColumn col,
	bool attrReadOnlyOverride
)
Public Function AttrIsEditable ( 
	rowAttr As RowAttribute,
	ctrlEditable As Boolean,
	creatingAnagr As Boolean,
	col As GridColumn,
	attrReadOnlyOverride As Boolean
) As Boolean
public:
bool AttrIsEditable(
	RowAttribute^ rowAttr, 
	bool ctrlEditable, 
	bool creatingAnagr, 
	GridColumn^ col, 
	bool attrReadOnlyOverride
)
member AttrIsEditable : 
        rowAttr : RowAttribute * 
        ctrlEditable : bool * 
        creatingAnagr : bool * 
        col : GridColumn * 
        attrReadOnlyOverride : bool -> bool Parametri
- rowAttr  RowAttribute
 - Wrapper dell'attributo.
 - ctrlEditable  Boolean
 - Indica se di default il controllo padre è in editazione.
 - creatingAnagr  Boolean
 - Indica se sono in fase di creazione anagrafica.
 - col  GridColumn
 - Colonna correntemente processata.
 - attrReadOnlyOverride  Boolean
 - Indica se l'attributo è in sola lettura per logiche non intrinseche ma dovute al contesto.
 
Valore di ritorno
Boolean
Vedi anche